Html Css Color HEX #AC521B Rich Gold

📋 copy color: '#AC521B'

red 172 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #AC521B

Tints of Rich Gold #AC521B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

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

R = 61.21%
G = 29.18%
B = 9.61%

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

#AC521B (or 0xAC521B) is known color: Rich Gold. HEX triplet: AC, 52 and 1B. RGB value is (172,82,27). Sum of RGB (Red+Green+Blue) = 172+82+27=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC521B is #53ADE4. Grayscale: #666666. Windows color (decimal): -5484005 or 1790636. OLE color: 1790636.

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

Color convert

RGB 172 82 27 -
CMYK 0 0.52 0.84 0.33
HSL 22.76º 0.73% 0.39% -
HSV(B) 22.76º 0.84% 0.67% -
XYZ 20.23 14.88 2.84 -
YUV 102.64 85.32 177.47 -
System Red Green Blue C M Y K H S L
Decimal 172 82 27 0 0.52 0.84 0.33 22.76 0.73 0.39
Hex AC 52 1B 0 34 54 21 17 49 27
Octal 254 122 33 0 64 124 41 27 111 47
Binary 10101100 1010010 11011 0 110100 1010100 100001 10111 1001001 100111

Color Harmonies of #AC521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC521B

Black with #AC521B

Text Example


Text Example

White with #AC521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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