Html Css Color HEX #AC800A Dark Goldenrod

📋 copy color: '#AC800A'

red 172 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #AC800A

Tints of Dark Goldenrod #AC800A

RGB

 RED value IS 172 (67.58% from 255) = 55.48%

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

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

R = 55.48%
G = 41.29%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC800A (or 0xAC800A) is known color: Dark Goldenrod. HEX triplet: AC, 80 and 0A. RGB value is (172,128,10). Sum of RGB (Red+Green+Blue) = 172+128+10=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC800A is #537FF5. Grayscale: #808080. Windows color (decimal): -5472246 or 688300. OLE color: 688300.

HSL color Cylindrical-coordinate representation of color #AC800A: hue angle of 43.7º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC800A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 128 10 -
CMYK 0 0.26 0.94 0.33
HSL 43.7º 0.89% 0.36% -
HSV(B) 43.7º 0.94% 0.67% -
XYZ 24.79 24.23 3.66 -
YUV 127.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 172 128 10 0 0.26 0.94 0.33 43.7 0.89 0.36
Hex AC 80 A 0 1A 5E 21 2C 59 24
Octal 254 200 12 0 32 136 41 54 131 44
Binary 10101100 10000000 1010 0 11010 1011110 100001 101100 1011001 100100

Color Harmonies of #AC800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC800A

Black with #AC800A

Text Example


Text Example

White with #AC800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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