Html Css Color HEX #AC5A1F Rich Gold

📋 copy color: '#AC5A1F'

red 172 ◦ green 90 ◦ blue 31

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

Shades of Rich Gold #AC5A1F

Tints of Rich Gold #AC5A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

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

R = 58.7%
G = 30.72%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC5A1F (or 0xAC5A1F) is known color: Rich Gold. HEX triplet: AC, 5A and 1F. RGB value is (172,90,31). Sum of RGB (Red+Green+Blue) = 172+90+31=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A1F is #53A5E0. Grayscale: #6C6C6C. Windows color (decimal): -5481953 or 2054828. OLE color: 2054828.

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

Color convert

RGB 172 90 31 -
CMYK 0 0.48 0.82 0.33
HSL 25.11º 0.69% 0.4% -
HSV(B) 25.11º 0.82% 0.67% -
XYZ 20.92 16.18 3.32 -
YUV 107.79 84.67 173.8 -
System Red Green Blue C M Y K H S L
Decimal 172 90 31 0 0.48 0.82 0.33 25.11 0.69 0.4
Hex AC 5A 1F 0 30 52 21 19 45 28
Octal 254 132 37 0 60 122 41 31 105 50
Binary 10101100 1011010 11111 0 110000 1010010 100001 11001 1000101 101000

Color Harmonies of #AC5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A1F

Black with #AC5A1F

Text Example


Text Example

White with #AC5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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