Html Css Color HEX #AC5710 Rich Gold

📋 copy color: '#AC5710'

red 172 ◦ green 87 ◦ blue 16

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

Shades of Rich Gold #AC5710

Tints of Rich Gold #AC5710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.64%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 62.55%
G = 31.64%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC5710 (or 0xAC5710) is known color: Rich Gold. HEX triplet: AC, 57 and 10. RGB value is (172,87,16). Sum of RGB (Red+Green+Blue) = 172+87+16=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5710 is #53A8EF. Grayscale: #686868. Windows color (decimal): -5482736 or 1071020. OLE color: 1071020.

HSL color Cylindrical-coordinate representation of color #AC5710: hue angle of 27.31º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC5710 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 87 16 -
CMYK 0 0.49 0.91 0.33
HSL 27.31º 0.83% 0.37% -
HSV(B) 27.31º 0.91% 0.67% -
XYZ 20.51 15.62 2.42 -
YUV 104.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 172 87 16 0 0.49 0.91 0.33 27.31 0.83 0.37
Hex AC 57 10 0 31 5B 21 1B 53 25
Octal 254 127 20 0 61 133 41 33 123 45
Binary 10101100 1010111 10000 0 110001 1011011 100001 11011 1010011 100101

Color Harmonies of #AC5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5710

Black with #AC5710

Text Example


Text Example

White with #AC5710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5710; }

 p { color: rgb(172,87,16); }

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

background-color css

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

 a { background-color: rgb(172,87,16); }

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

border-color css

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

 span { border-color: rgb(172,87,16); }

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