Html Css Color HEX #AC4D18 Rich Gold

📋 copy color: '#AC4D18'

red 172 ◦ green 77 ◦ blue 24

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

Shades of Rich Gold #AC4D18

Tints of Rich Gold #AC4D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 63%
G = 28.21%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC4D18 (or 0xAC4D18) is known color: Rich Gold. HEX triplet: AC, 4D and 18. RGB value is (172,77,24). Sum of RGB (Red+Green+Blue) = 172+77+24=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D18 is #53B2E7. Grayscale: #636363. Windows color (decimal): -5485288 or 1592748. OLE color: 1592748.

HSL color Cylindrical-coordinate representation of color #AC4D18: hue angle of 21.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC4D18 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 24 -
CMYK 0 0.55 0.86 0.33
HSL 21.49º 0.76% 0.38% -
HSV(B) 21.49º 0.86% 0.67% -
XYZ 19.83 14.14 2.55 -
YUV 99.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 172 77 24 0 0.55 0.86 0.33 21.49 0.76 0.38
Hex AC 4D 18 0 37 56 21 15 4C 26
Octal 254 115 30 0 67 126 41 25 114 46
Binary 10101100 1001101 11000 0 110111 1010110 100001 10101 1001100 100110

Color Harmonies of #AC4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D18

Black with #AC4D18

Text Example


Text Example

White with #AC4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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