Html Css Color HEX #AC7E0A Dark Goldenrod

📋 copy color: '#AC7E0A'

red 172 ◦ green 126 ◦ blue 10

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

Shades of Dark Goldenrod #AC7E0A

Tints of Dark Goldenrod #AC7E0A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.91%

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

R = 55.84%
G = 40.91%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC7E0A (or 0xAC7E0A) is known color: Dark Goldenrod. HEX triplet: AC, 7E and 0A. RGB value is (172,126,10). Sum of RGB (Red+Green+Blue) = 172+126+10=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7E0A is #5381F5. Grayscale: #7F7F7F. Windows color (decimal): -5472758 or 687788. OLE color: 687788.

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

Color convert

RGB 172 126 10 -
CMYK 0 0.27 0.94 0.33
HSL 42.96º 0.89% 0.36% -
HSV(B) 42.96º 0.94% 0.67% -
XYZ 24.53 23.71 3.57 -
YUV 126.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 172 126 10 0 0.27 0.94 0.33 42.96 0.89 0.36
Hex AC 7E A 0 1B 5E 21 2B 59 24
Octal 254 176 12 0 33 136 41 53 131 44
Binary 10101100 1111110 1010 0 11011 1011110 100001 101011 1011001 100100

Color Harmonies of #AC7E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E0A

Black with #AC7E0A

Text Example


Text Example

White with #AC7E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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