Html Css Color HEX #AC531D Rich Gold

📋 copy color: '#AC531D'

red 172 ◦ green 83 ◦ blue 29

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

Shades of Rich Gold #AC531D

Tints of Rich Gold #AC531D

RGB

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

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

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

R = 60.56%
G = 29.23%
B = 10.21%

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

#AC531D (or 0xAC531D) is known color: Rich Gold. HEX triplet: AC, 53 and 1D. RGB value is (172,83,29). Sum of RGB (Red+Green+Blue) = 172+83+29=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC531D is #53ACE2. Grayscale: #676767. Windows color (decimal): -5483747 or 1921964. OLE color: 1921964.

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

Color convert

RGB 172 83 29 -
CMYK 0 0.52 0.83 0.33
HSL 22.66º 0.71% 0.39% -
HSV(B) 22.66º 0.83% 0.67% -
XYZ 20.33 15.05 3 -
YUV 103.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 172 83 29 0 0.52 0.83 0.33 22.66 0.71 0.39
Hex AC 53 1D 0 34 53 21 17 47 27
Octal 254 123 35 0 64 123 41 27 107 47
Binary 10101100 1010011 11101 0 110100 1010011 100001 10111 1000111 100111

Color Harmonies of #AC531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC531D

Black with #AC531D

Text Example


Text Example

White with #AC531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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