#A1890A

Color #A1890A Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #A1890A

Tints of Dark Goldenrod #A1890A

Color information

#A1890A (or 0xA1890A) is unknown color: approx Dark Goldenrod. HEX triplet: A1, 89 and 0A. RGB value is (161,137,10). Sum of RGB (Red+Green+Blue) = 161+137+10=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1890A is #5E76F5. Grayscale: #828282. Windows color (decimal): -6190838 or 690593. OLE color: 690593.

HSL color Cylindrical-coordinate representation of color #A1890A: hue angle of 50.46º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1890A is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB16113710-
CMYK00.150.940.37
HSL50.46º88.3%33.53%-
HSV(B)50.46º93.79%63.14%-
XYZ23.725.493.96-
YUV129.760.45150.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=52.27%
G=44.48%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611371000.150.940.3750.4688.333.53
HexA189A0F5E25325822
Octal24121112017136456213042
Binary101000011000100110100111110111101001011100101011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1890A; }

 p { color: rgb(161,137,10); }

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

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

 a { background-color: rgb(161,137,10); }

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

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

 span { border-color: rgb(161,137,10); }

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