Html Css Color HEX #A8880A Dark Goldenrod

📋 copy color: '#A8880A'

red 168 ◦ green 136 ◦ blue 10

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

Shades of Dark Goldenrod #A8880A

Tints of Dark Goldenrod #A8880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 53.5%
G = 43.31%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A8880A (or 0xA8880A) is known color: Dark Goldenrod. HEX triplet: A8, 88 and 0A. RGB value is (168,136,10). Sum of RGB (Red+Green+Blue) = 168+136+10=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A8880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8880A is #5777F5. Grayscale: #838383. Windows color (decimal): -5732342 or 690344. OLE color: 690344.

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

Color convert

RGB 168 136 10 -
CMYK 0 0.19 0.94 0.34
HSL 47.85º 0.89% 0.35% -
HSV(B) 47.85º 0.94% 0.66% -
XYZ 25.01 25.96 3.98 -
YUV 131.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 168 136 10 0 0.19 0.94 0.34 47.85 0.89 0.35
Hex A8 88 A 0 13 5E 22 30 59 23
Octal 250 210 12 0 23 136 42 60 131 43
Binary 10101000 10001000 1010 0 10011 1011110 100010 110000 1011001 100011

Color Harmonies of #A8880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8880A

Black with #A8880A

Text Example


Text Example

White with #A8880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8880A; }

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

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

background-color css

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

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

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

border-color css

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

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

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