Html Css Color HEX #A89008 Dark Goldenrod

📋 copy color: '#A89008'

red 168 ◦ green 144 ◦ blue 8

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

Shades of Dark Goldenrod #A89008

Tints of Dark Goldenrod #A89008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

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

R = 52.5%
G = 45%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A89008 (or 0xA89008) is known color: Dark Goldenrod. HEX triplet: A8, 90 and 08. RGB value is (168,144,8). Sum of RGB (Red+Green+Blue) = 168+144+8=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A89008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A89008 is #576FF7. Grayscale: #888888. Windows color (decimal): -5730296 or 561320. OLE color: 561320.

HSL color Cylindrical-coordinate representation of color #A89008: hue angle of 51º 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 #A89008 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 144 8 -
CMYK 0 0.14 0.95 0.34
HSL 51º 0.91% 0.35% -
HSV(B) 51º 0.95% 0.66% -
XYZ 26.17 28.29 4.31 -
YUV 135.67 55.95 151.06 -
System Red Green Blue C M Y K H S L
Decimal 168 144 8 0 0.14 0.95 0.34 51 0.91 0.35
Hex A8 90 8 0 E 5F 22 33 5B 23
Octal 250 220 10 0 16 137 42 63 133 43
Binary 10101000 10010000 1000 0 1110 1011111 100010 110011 1011011 100011

Color Harmonies of #A89008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89008

Black with #A89008

Text Example


Text Example

White with #A89008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89008; }

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

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

background-color css

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

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

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

border-color css

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

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

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