Html Css Color HEX #AC5E1F Rich Gold

📋 copy color: '#AC5E1F'

red 172 ◦ green 94 ◦ blue 31

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

Shades of Rich Gold #AC5E1F

Tints of Rich Gold #AC5E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.44%

R = 57.91%
G = 31.65%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC5E1F (or 0xAC5E1F) is known color: Rich Gold. HEX triplet: AC, 5E and 1F. RGB value is (172,94,31). Sum of RGB (Red+Green+Blue) = 172+94+31=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E1F is #53A1E0. Grayscale: #6E6E6E. Windows color (decimal): -5480929 or 2055852. OLE color: 2055852.

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

Color convert

RGB 172 94 31 -
CMYK 0 0.45 0.82 0.33
HSL 26.81º 0.69% 0.4% -
HSV(B) 26.81º 0.82% 0.67% -
XYZ 21.26 16.87 3.43 -
YUV 110.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 172 94 31 0 0.45 0.82 0.33 26.81 0.69 0.4
Hex AC 5E 1F 0 2D 52 21 1B 45 28
Octal 254 136 37 0 55 122 41 33 105 50
Binary 10101100 1011110 11111 0 101101 1010010 100001 11011 1000101 101000

Color Harmonies of #AC5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5E1F

Black with #AC5E1F

Text Example


Text Example

White with #AC5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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