Html Css Color HEX #A8800A Dark Goldenrod

📋 copy color: '#A8800A'

red 168 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #A8800A

Tints of Dark Goldenrod #A8800A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

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

R = 54.9%
G = 41.83%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A8800A (or 0xA8800A) is known color: Dark Goldenrod. HEX triplet: A8, 80 and 0A. RGB value is (168,128,10). Sum of RGB (Red+Green+Blue) = 168+128+10=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A8800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8800A is #577FF5. Grayscale: #7F7F7F. Windows color (decimal): -5734390 or 688296. OLE color: 688296.

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

Color convert

RGB 168 128 10 -
CMYK 0 0.24 0.94 0.34
HSL 44.81º 0.89% 0.35% -
HSV(B) 44.81º 0.94% 0.66% -
XYZ 23.92 23.79 3.62 -
YUV 126.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 168 128 10 0 0.24 0.94 0.34 44.81 0.89 0.35
Hex A8 80 A 0 18 5E 22 2D 59 23
Octal 250 200 12 0 30 136 42 55 131 43
Binary 10101000 10000000 1010 0 11000 1011110 100010 101101 1011001 100011

Color Harmonies of #A8800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8800A

Black with #A8800A

Text Example


Text Example

White with #A8800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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