Html Css Color HEX #A88F08 Dark Goldenrod

📋 copy color: '#A88F08'

red 168 ◦ green 143 ◦ blue 8

#A88F08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A88F08

Tints of Dark Goldenrod #A88F08

RGB

 RED value IS 168 (66.02% from 255) = 52.66%

 GREEN value IS 143 (56.25% from 255) = 44.83%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 52.66%
G = 44.83%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A88F08 (or 0xA88F08) is known color: Dark Goldenrod. HEX triplet: A8, 8F and 08. RGB value is (168,143,8). Sum of RGB (Red+Green+Blue) = 168+143+8=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88F08 is #5770F7. Grayscale: #878787. Windows color (decimal): -5730552 or 561064. OLE color: 561064.

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

Color convert

RGB 168 143 8 -
CMYK 0 0.15 0.95 0.34
HSL 50.63º 0.91% 0.35% -
HSV(B) 50.63º 0.95% 0.66% -
XYZ 26.01 27.99 4.26 -
YUV 135.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 168 143 8 0 0.15 0.95 0.34 50.63 0.91 0.35
Hex A8 8F 8 0 F 5F 22 33 5B 23
Octal 250 217 10 0 17 137 42 63 133 43
Binary 10101000 10001111 1000 0 1111 1011111 100010 110011 1011011 100011

Color Harmonies of #A88F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88F08

Black with #A88F08

Text Example


Text Example

White with #A88F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88F08; }

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

 H1.HeaderClassName
 {
   color: #A88F08;
 }
 .AnyTagClassName
 {
   color: #A88F08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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