Html Css Color HEX #AC5423 Rich Gold

📋 copy color: '#AC5423'

red 172 ◦ green 84 ◦ blue 35

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

Shades of Rich Gold #AC5423

Tints of Rich Gold #AC5423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

 BLUE value IS 35 (14.06% from 255) = 12.03%

R = 59.11%
G = 28.87%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC5423 (or 0xAC5423) is known color: Rich Gold. HEX triplet: AC, 54 and 23. RGB value is (172,84,35). Sum of RGB (Red+Green+Blue) = 172+84+35=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5423 is #53ABDC. Grayscale: #696969. Windows color (decimal): -5483485 or 2315436. OLE color: 2315436.

HSL color Cylindrical-coordinate representation of color #AC5423: hue angle of 21.46º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC5423 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 35 -
CMYK 0 0.51 0.80 0.33
HSL 21.46º 0.66% 0.41% -
HSV(B) 21.46º 0.8% 0.67% -
XYZ 20.49 15.23 3.45 -
YUV 104.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 172 84 35 0 0.51 0.80 0.33 21.46 0.66 0.41
Hex AC 54 23 0 33 50 21 15 42 29
Octal 254 124 43 0 63 120 41 25 102 51
Binary 10101100 1010100 100011 0 110011 1010000 100001 10101 1000010 101001

Color Harmonies of #AC5423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5423

Black with #AC5423

Text Example


Text Example

White with #AC5423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5423; }

 p { color: rgb(172,84,35); }

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

background-color css

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

 a { background-color: rgb(172,84,35); }

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

border-color css

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

 span { border-color: rgb(172,84,35); }

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