Html Css Color HEX #AC531A Rich Gold

📋 copy color: '#AC531A'

red 172 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #AC531A

Tints of Rich Gold #AC531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 61.21%
G = 29.54%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC531A (or 0xAC531A) is known color: Rich Gold. HEX triplet: AC, 53 and 1A. RGB value is (172,83,26). Sum of RGB (Red+Green+Blue) = 172+83+26=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC531A is #53ACE5. Grayscale: #676767. Windows color (decimal): -5483750 or 1725356. OLE color: 1725356.

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

Color convert

RGB 172 83 26 -
CMYK 0 0.52 0.85 0.33
HSL 23.42º 0.74% 0.39% -
HSV(B) 23.42º 0.85% 0.67% -
XYZ 20.29 15.03 2.81 -
YUV 103.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 172 83 26 0 0.52 0.85 0.33 23.42 0.74 0.39
Hex AC 53 1A 0 34 55 21 17 4A 27
Octal 254 123 32 0 64 125 41 27 112 47
Binary 10101100 1010011 11010 0 110100 1010101 100001 10111 1001010 100111

Color Harmonies of #AC531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC531A

Black with #AC531A

Text Example


Text Example

White with #AC531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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