Html Css Color HEX #AC5320 Rich Gold

📋 copy color: '#AC5320'

red 172 ◦ green 83 ◦ blue 32

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

Shades of Rich Gold #AC5320

Tints of Rich Gold #AC5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 59.93%
G = 28.92%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC5320 (or 0xAC5320) is known color: Rich Gold. HEX triplet: AC, 53 and 20. RGB value is (172,83,32). Sum of RGB (Red+Green+Blue) = 172+83+32=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5320 is #53ACDF. Grayscale: #686868. Windows color (decimal): -5483744 or 2118572. OLE color: 2118572.

HSL color Cylindrical-coordinate representation of color #AC5320: hue angle of 21.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC5320 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 83 32 -
CMYK 0 0.52 0.81 0.33
HSL 21.86º 0.69% 0.4% -
HSV(B) 21.86º 0.81% 0.67% -
XYZ 20.37 15.06 3.2 -
YUV 103.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 172 83 32 0 0.52 0.81 0.33 21.86 0.69 0.4
Hex AC 53 20 0 34 51 21 16 45 28
Octal 254 123 40 0 64 121 41 26 105 50
Binary 10101100 1010011 100000 0 110100 1010001 100001 10110 1000101 101000

Color Harmonies of #AC5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5320

Black with #AC5320

Text Example


Text Example

White with #AC5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5320; }

 p { color: rgb(172,83,32); }

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

background-color css

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

 a { background-color: rgb(172,83,32); }

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

border-color css

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

 span { border-color: rgb(172,83,32); }

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