Html Css Color HEX #AC561F Rich Gold

📋 copy color: '#AC561F'

red 172 ◦ green 86 ◦ blue 31

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

Shades of Rich Gold #AC561F

Tints of Rich Gold #AC561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 59.52%
G = 29.76%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC561F (or 0xAC561F) is known color: Rich Gold. HEX triplet: AC, 56 and 1F. RGB value is (172,86,31). Sum of RGB (Red+Green+Blue) = 172+86+31=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC561F is #53A9E0. Grayscale: #696969. Windows color (decimal): -5482977 or 2053804. OLE color: 2053804.

HSL color Cylindrical-coordinate representation of color #AC561F: hue angle of 23.4º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC561F is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 86 31 -
CMYK 0 0.5 0.82 0.33
HSL 23.4º 0.69% 0.4% -
HSV(B) 23.4º 0.82% 0.67% -
XYZ 20.59 15.53 3.21 -
YUV 105.44 85.99 175.47 -
System Red Green Blue C M Y K H S L
Decimal 172 86 31 0 0.5 0.82 0.33 23.4 0.69 0.4
Hex AC 56 1F 0 32 52 21 17 45 28
Octal 254 126 37 0 62 122 41 27 105 50
Binary 10101100 1010110 11111 0 110010 1010010 100001 10111 1000101 101000

Color Harmonies of #AC561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC561F

Black with #AC561F

Text Example


Text Example

White with #AC561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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