Html Css Color HEX #A8810C Dark Goldenrod

📋 copy color: '#A8810C'

red 168 ◦ green 129 ◦ blue 12

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

Shades of Dark Goldenrod #A8810C

Tints of Dark Goldenrod #A8810C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 54.37%
G = 41.75%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8810C (or 0xA8810C) is known color: Dark Goldenrod. HEX triplet: A8, 81 and 0C. RGB value is (168,129,12). Sum of RGB (Red+Green+Blue) = 168+129+12=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A8810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8810C is #577EF3. Grayscale: #7F7F7F. Windows color (decimal): -5734132 or 819624. OLE color: 819624.

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

Color convert

RGB 168 129 12 -
CMYK 0 0.23 0.93 0.34
HSL 45º 0.87% 0.35% -
HSV(B) 45º 0.93% 0.66% -
XYZ 24.07 24.05 3.72 -
YUV 127.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 168 129 12 0 0.23 0.93 0.34 45 0.87 0.35
Hex A8 81 C 0 17 5D 22 2D 57 23
Octal 250 201 14 0 27 135 42 55 127 43
Binary 10101000 10000001 1100 0 10111 1011101 100010 101101 1010111 100011

Color Harmonies of #A8810C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8810C

Black with #A8810C

Text Example


Text Example

White with #A8810C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8810C; }

 p { color: rgb(168,129,12); }

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

background-color css

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

 a { background-color: rgb(168,129,12); }

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

border-color css

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

 span { border-color: rgb(168,129,12); }

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