Html Css Color HEX #AC531B Rich Gold

📋 copy color: '#AC531B'

red 172 ◦ green 83 ◦ blue 27

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

Shades of Rich Gold #AC531B

Tints of Rich Gold #AC531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 60.99%
G = 29.43%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC531B (or 0xAC531B) is known color: Rich Gold. HEX triplet: AC, 53 and 1B. RGB value is (172,83,27). Sum of RGB (Red+Green+Blue) = 172+83+27=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC531B is #53ACE4. Grayscale: #676767. Windows color (decimal): -5483749 or 1790892. OLE color: 1790892.

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

Color convert

RGB 172 83 27 -
CMYK 0 0.52 0.84 0.33
HSL 23.17º 0.73% 0.39% -
HSV(B) 23.17º 0.84% 0.67% -
XYZ 20.3 15.04 2.87 -
YUV 103.23 84.99 177.05 -
System Red Green Blue C M Y K H S L
Decimal 172 83 27 0 0.52 0.84 0.33 23.17 0.73 0.39
Hex AC 53 1B 0 34 54 21 17 49 27
Octal 254 123 33 0 64 124 41 27 111 47
Binary 10101100 1010011 11011 0 110100 1010100 100001 10111 1001001 100111

Color Harmonies of #AC531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC531B

Black with #AC531B

Text Example


Text Example

White with #AC531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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