Html Css Color HEX #A8810E Dark Goldenrod

📋 copy color: '#A8810E'

red 168 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #A8810E

Tints of Dark Goldenrod #A8810E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 54.02%
G = 41.48%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8810E (or 0xA8810E) is known color: Dark Goldenrod. HEX triplet: A8, 81 and 0E. RGB value is (168,129,14). Sum of RGB (Red+Green+Blue) = 168+129+14=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8810E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8810E is #577EF1. Grayscale: #808080. Windows color (decimal): -5734130 or 950696. OLE color: 950696.

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

Color convert

RGB 168 129 14 -
CMYK 0 0.23 0.92 0.34
HSL 44.81º 0.85% 0.36% -
HSV(B) 44.81º 0.92% 0.66% -
XYZ 24.08 24.06 3.79 -
YUV 127.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 168 129 14 0 0.23 0.92 0.34 44.81 0.85 0.36
Hex A8 81 E 0 17 5C 22 2D 55 24
Octal 250 201 16 0 27 134 42 55 125 44
Binary 10101000 10000001 1110 0 10111 1011100 100010 101101 1010101 100100

Color Harmonies of #A8810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8810E

Black with #A8810E

Text Example


Text Example

White with #A8810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8810E; }

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

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

background-color css

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

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

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

border-color css

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

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

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