Html Css Color HEX #AC4D1F Rich Gold

📋 copy color: '#AC4D1F'

red 172 ◦ green 77 ◦ blue 31

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

Shades of Rich Gold #AC4D1F

Tints of Rich Gold #AC4D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.5%

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

R = 61.43%
G = 27.5%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC4D1F (or 0xAC4D1F) is known color: Rich Gold. HEX triplet: AC, 4D and 1F. RGB value is (172,77,31). Sum of RGB (Red+Green+Blue) = 172+77+31=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D1F is #53B2E0. Grayscale: #646464. Windows color (decimal): -5485281 or 2051500. OLE color: 2051500.

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

Color convert

RGB 172 77 31 -
CMYK 0 0.55 0.82 0.33
HSL 19.57º 0.69% 0.4% -
HSV(B) 19.57º 0.82% 0.67% -
XYZ 19.91 14.18 2.98 -
YUV 100.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 172 77 31 0 0.55 0.82 0.33 19.57 0.69 0.4
Hex AC 4D 1F 0 37 52 21 14 45 28
Octal 254 115 37 0 67 122 41 24 105 50
Binary 10101100 1001101 11111 0 110111 1010010 100001 10100 1000101 101000

Color Harmonies of #AC4D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D1F

Black with #AC4D1F

Text Example


Text Example

White with #AC4D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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