Html Css Color HEX #AC5314 Rich Gold

📋 copy color: '#AC5314'

red 172 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #AC5314

Tints of Rich Gold #AC5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 62.55%
G = 30.18%
B = 7.27%

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

#AC5314 (or 0xAC5314) is known color: Rich Gold. HEX triplet: AC, 53 and 14. RGB value is (172,83,20). Sum of RGB (Red+Green+Blue) = 172+83+20=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5314 is #53ACEB. Grayscale: #666666. Windows color (decimal): -5483756 or 1332140. OLE color: 1332140.

HSL color Cylindrical-coordinate representation of color #AC5314: hue angle of 24.87º degrees, saturation: 0.79, 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 #AC5314 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 83 20 -
CMYK 0 0.52 0.88 0.33
HSL 24.87º 0.79% 0.38% -
HSV(B) 24.87º 0.88% 0.67% -
XYZ 20.23 15.01 2.49 -
YUV 102.43 81.49 177.62 -
System Red Green Blue C M Y K H S L
Decimal 172 83 20 0 0.52 0.88 0.33 24.87 0.79 0.38
Hex AC 53 14 0 34 58 21 19 4F 26
Octal 254 123 24 0 64 130 41 31 117 46
Binary 10101100 1010011 10100 0 110100 1011000 100001 11001 1001111 100110

Color Harmonies of #AC5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5314

Black with #AC5314

Text Example


Text Example

White with #AC5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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