Html Css Color HEX #AC561A Rich Gold

📋 copy color: '#AC561A'

red 172 ◦ green 86 ◦ blue 26

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

Shades of Rich Gold #AC561A

Tints of Rich Gold #AC561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.28%

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

R = 60.56%
G = 30.28%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC561A (or 0xAC561A) is known color: Rich Gold. HEX triplet: AC, 56 and 1A. RGB value is (172,86,26). Sum of RGB (Red+Green+Blue) = 172+86+26=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC561A is #53A9E5. Grayscale: #696969. Windows color (decimal): -5482982 or 1726124. OLE color: 1726124.

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

Color convert

RGB 172 86 26 -
CMYK 0 0.5 0.85 0.33
HSL 24.66º 0.74% 0.39% -
HSV(B) 24.66º 0.85% 0.67% -
XYZ 20.53 15.5 2.89 -
YUV 104.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 172 86 26 0 0.5 0.85 0.33 24.66 0.74 0.39
Hex AC 56 1A 0 32 55 21 19 4A 27
Octal 254 126 32 0 62 125 41 31 112 47
Binary 10101100 1010110 11010 0 110010 1010101 100001 11001 1001010 100111

Color Harmonies of #AC561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC561A

Black with #AC561A

Text Example


Text Example

White with #AC561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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