Html Css Color HEX #AC521D Rich Gold

📋 copy color: '#AC521D'

red 172 ◦ green 82 ◦ blue 29

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

Shades of Rich Gold #AC521D

Tints of Rich Gold #AC521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 60.78%
G = 28.98%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC521D (or 0xAC521D) is known color: Rich Gold. HEX triplet: AC, 52 and 1D. RGB value is (172,82,29). Sum of RGB (Red+Green+Blue) = 172+82+29=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC521D is #53ADE2. Grayscale: #676767. Windows color (decimal): -5484003 or 1921708. OLE color: 1921708.

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

Color convert

RGB 172 82 29 -
CMYK 0 0.52 0.83 0.33
HSL 22.24º 0.71% 0.39% -
HSV(B) 22.24º 0.83% 0.67% -
XYZ 20.25 14.89 2.97 -
YUV 102.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 172 82 29 0 0.52 0.83 0.33 22.24 0.71 0.39
Hex AC 52 1D 0 34 53 21 16 47 27
Octal 254 122 35 0 64 123 41 26 107 47
Binary 10101100 1010010 11101 0 110100 1010011 100001 10110 1000111 100111

Color Harmonies of #AC521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC521D

Black with #AC521D

Text Example


Text Example

White with #AC521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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