Html Css Color HEX #AC4F1C Rich Gold

📋 copy color: '#AC4F1C'

red 172 ◦ green 79 ◦ blue 28

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

Shades of Rich Gold #AC4F1C

Tints of Rich Gold #AC4F1C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.32%

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 61.65%
G = 28.32%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC4F1C (or 0xAC4F1C) is known color: Rich Gold. HEX triplet: AC, 4F and 1C. RGB value is (172,79,28). Sum of RGB (Red+Green+Blue) = 172+79+28=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F1C is #53B0E3. Grayscale: #656565. Windows color (decimal): -5484772 or 1855404. OLE color: 1855404.

HSL color Cylindrical-coordinate representation of color #AC4F1C: hue angle of 21.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC4F1C is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 79 28 -
CMYK 0 0.54 0.84 0.33
HSL 21.25º 0.72% 0.39% -
HSV(B) 21.25º 0.84% 0.67% -
XYZ 20.02 14.45 2.83 -
YUV 100.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 172 79 28 0 0.54 0.84 0.33 21.25 0.72 0.39
Hex AC 4F 1C 0 36 54 21 15 48 27
Octal 254 117 34 0 66 124 41 25 110 47
Binary 10101100 1001111 11100 0 110110 1010100 100001 10101 1001000 100111

Color Harmonies of #AC4F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F1C

Black with #AC4F1C

Text Example


Text Example

White with #AC4F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F1C; }

 p { color: rgb(172,79,28); }

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

background-color css

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

 a { background-color: rgb(172,79,28); }

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

border-color css

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

 span { border-color: rgb(172,79,28); }

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