#A9501B

Color #A9501B Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A9501B

Tints of Rich Gold #A9501B

Color information

#A9501B (or 0xA9501B) is unknown color: approx Rich Gold. HEX triplet: A9, 50 and 1B. RGB value is (169,80,27). Sum of RGB (Red+Green+Blue) = 169+80+27=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A9501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9501B is #56AFE4. Grayscale: #646464. Windows color (decimal): -5681125 or 1790121. OLE color: 1790121.

HSL color Cylindrical-coordinate representation of color #A9501B: hue angle of 22.39º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9501B is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB1698027-
CMYK00.530.840.34
HSL22.39º72.45%38.43%-
HSV(B)22.39º84.02%66.27%-
XYZ19.4314.252.76-
YUV100.5786.49176.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 61.23%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=61.23%
G=28.99%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169802700.530.840.3422.3972.4538.43
HexA9501B0355422164826
Octal25112033065124422611046
Binary1010100110100001101101101011010100100010101101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9501B; }

 p { color: rgb(169,80,27); }

 H1.HeaderClassName
 {
   color: #A9501B;
 }
 .AnyTagClassName
 {
   color: #A9501B;
 }
</style>
background-color css

<style>
 a { background-color: #A9501B; }

 a { background-color: rgb(169,80,27); }

 div.DivClassName
 {
   background-color: #A9501B;
 }
 .BgClassName
 {
   background-color: #A9501B;
 }
</style>
border-color css

<style>
 span { border-color: #A9501B; }

 span { border-color: rgb(169,80,27); }

 td.TdClassName
 {
   border-color: #A9501B;
 }
 .TagClassName
 {
   border-color: #A9501B;
 }
</style>