Html Css Color HEX #AC5315 Rich Gold

📋 copy color: '#AC5315'

red 172 ◦ green 83 ◦ blue 21

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

Shades of Rich Gold #AC5315

Tints of Rich Gold #AC5315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 62.32%
G = 30.07%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5315 (or 0xAC5315) is known color: Rich Gold. HEX triplet: AC, 53 and 15. RGB value is (172,83,21). Sum of RGB (Red+Green+Blue) = 172+83+21=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5315 is #53ACEA. Grayscale: #666666. Windows color (decimal): -5483755 or 1397676. OLE color: 1397676.

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

Color convert

RGB 172 83 21 -
CMYK 0 0.52 0.88 0.33
HSL 24.64º 0.78% 0.38% -
HSV(B) 24.64º 0.88% 0.67% -
XYZ 20.24 15.01 2.54 -
YUV 102.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 172 83 21 0 0.52 0.88 0.33 24.64 0.78 0.38
Hex AC 53 15 0 34 58 21 19 4E 26
Octal 254 123 25 0 64 130 41 31 116 46
Binary 10101100 1010011 10101 0 110100 1011000 100001 11001 1001110 100110

Color Harmonies of #AC5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5315

Black with #AC5315

Text Example


Text Example

White with #AC5315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5315; }

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

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

background-color css

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

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

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

border-color css

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

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

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