#a88f07

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

Shades of Dark Goldenrod #A88F07

Tints of Dark Goldenrod #A88F07

Color information

#A88F07 (or 0xA88F07) is unknown color: approx Dark Goldenrod. HEX triplet: A8, 8F and 07. RGB value is (168,143,7). Sum of RGB (Red+Green+Blue) = 168+143+7=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88F07 is #5770F8. Grayscale: #878787. Windows color (decimal): -5730553 or 495528. OLE color: 495528.

HSL color Cylindrical-coordinate representation of color #A88F07: hue angle of 50.68º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A88F07 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1681437-
CMYK00.150.960.34
HSL50.68º92%34.31%-
HSV(B)50.68º95.83%65.88%-
XYZ26.0127.994.23-
YUV134.9755.78151.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.83%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 7 (3.12% from 255) = 2.20%
R=52.83%
G=44.97%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168143700.150.960.3450.689234.31
HexA88F70F6022335c22
Octal2502177017140426313442
Binary10101000100011111110111111000001000101100111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a88f07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a88f07; }

 p { color: rgb(168,143,7); }

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

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

 a { background-color: rgb(168,143,7); }

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

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

 span { border-color: rgb(168,143,7); }

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