Html Css Color HEX #A8880E Dark Goldenrod

📋 copy color: '#A8880E'

red 168 ◦ green 136 ◦ blue 14

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

Shades of Dark Goldenrod #A8880E

Tints of Dark Goldenrod #A8880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.77%

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

R = 52.83%
G = 42.77%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8880E (or 0xA8880E) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 0E. RGB value is (168,136,14). Sum of RGB (Red+Green+Blue) = 168+136+14=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8880E is #5777F1. Grayscale: #848484. Windows color (decimal): -5732338 or 952488. OLE color: 952488.

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

Color convert

RGB 168 136 14 -
CMYK 0 0.19 0.92 0.34
HSL 47.53º 0.85% 0.36% -
HSV(B) 47.53º 0.92% 0.66% -
XYZ 25.03 25.96 4.11 -
YUV 131.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 168 136 14 0 0.19 0.92 0.34 47.53 0.85 0.36
Hex A8 88 E 0 13 5C 22 30 55 24
Octal 250 210 16 0 23 134 42 60 125 44
Binary 10101000 10001000 1110 0 10011 1011100 100010 110000 1010101 100100

Color Harmonies of #A8880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8880E

Black with #A8880E

Text Example


Text Example

White with #A8880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8880E; }

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

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

background-color css

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

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

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

border-color css

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

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

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