Html Css Color HEX #AC5D1F Rich Gold

📋 copy color: '#AC5D1F'

red 172 ◦ green 93 ◦ blue 31

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

Shades of Rich Gold #AC5D1F

Tints of Rich Gold #AC5D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

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

R = 58.11%
G = 31.42%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC5D1F (or 0xAC5D1F) is known color: Rich Gold. HEX triplet: AC, 5D and 1F. RGB value is (172,93,31). Sum of RGB (Red+Green+Blue) = 172+93+31=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D1F is #53A2E0. Grayscale: #6D6D6D. Windows color (decimal): -5481185 or 2055596. OLE color: 2055596.

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

Color convert

RGB 172 93 31 -
CMYK 0 0.46 0.82 0.33
HSL 26.38º 0.69% 0.4% -
HSV(B) 26.38º 0.82% 0.67% -
XYZ 21.17 16.7 3.4 -
YUV 109.55 83.67 172.54 -
System Red Green Blue C M Y K H S L
Decimal 172 93 31 0 0.46 0.82 0.33 26.38 0.69 0.4
Hex AC 5D 1F 0 2E 52 21 1A 45 28
Octal 254 135 37 0 56 122 41 32 105 50
Binary 10101100 1011101 11111 0 101110 1010010 100001 11010 1000101 101000

Color Harmonies of #AC5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D1F

Black with #AC5D1F

Text Example


Text Example

White with #AC5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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