#A8890F

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

Shades of Dark Goldenrod #A8890F

Tints of Dark Goldenrod #A8890F

Color information

#A8890F (or 0xA8890F) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 89 and 0F. RGB value is (168,137,15). Sum of RGB (Red+Green+Blue) = 168+137+15=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A8890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8890F is #5776F0. Grayscale: #848484. Windows color (decimal): -5732081 or 1018280. OLE color: 1018280.

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

Color convert

RGB16813715-
CMYK00.180.910.34
HSL47.84º83.61%35.88%-
HSV(B)47.84º91.07%65.88%-
XYZ25.1826.254.19-
YUV132.3661.77153.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.5%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=52.5%
G=42.81%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681371500.180.910.3447.8483.6135.88
HexA889F0125B22305424
Octal25021117022133426012444
Binary1010100010001001111101001010110111000101100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8890F; }

 p { color: rgb(168,137,15); }

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

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

 a { background-color: rgb(168,137,15); }

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

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

 span { border-color: rgb(168,137,15); }

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