Html Css Color HEX #AC5E1E Rich Gold

📋 copy color: '#AC5E1E'

red 172 ◦ green 94 ◦ blue 30

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

Shades of Rich Gold #AC5E1E

Tints of Rich Gold #AC5E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 58.11%
G = 31.76%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC5E1E (or 0xAC5E1E) is known color: Rich Gold. HEX triplet: AC, 5E and 1E. RGB value is (172,94,30). Sum of RGB (Red+Green+Blue) = 172+94+30=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E1E is #53A1E1. Grayscale: #6E6E6E. Windows color (decimal): -5480930 or 1990316. OLE color: 1990316.

HSL color Cylindrical-coordinate representation of color #AC5E1E: hue angle of 27.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC5E1E is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 94 30 -
CMYK 0 0.45 0.83 0.33
HSL 27.04º 0.7% 0.4% -
HSV(B) 27.04º 0.83% 0.67% -
XYZ 21.25 16.87 3.36 -
YUV 110.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 172 94 30 0 0.45 0.83 0.33 27.04 0.7 0.4
Hex AC 5E 1E 0 2D 53 21 1B 46 28
Octal 254 136 36 0 55 123 41 33 106 50
Binary 10101100 1011110 11110 0 101101 1010011 100001 11011 1000110 101000

Color Harmonies of #AC5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E1E

Black with #AC5E1E

Text Example


Text Example

White with #AC5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E1E; }

 p { color: rgb(172,94,30); }

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

background-color css

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

 a { background-color: rgb(172,94,30); }

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

border-color css

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

 span { border-color: rgb(172,94,30); }

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