Html Css Color HEX #AC5C52 Crail

📋 copy color: '#AC5C52'

red 172 ◦ green 92 ◦ blue 82

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

Shades of Crail #AC5C52

Tints of Crail #AC5C52

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.59%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 49.71%
G = 26.59%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC5C52 (or 0xAC5C52) is known color: Crail. HEX triplet: AC, 5C and 52. RGB value is (172,92,82). Sum of RGB (Red+Green+Blue) = 172+92+82=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C52 is #53A3AD. Grayscale: #727272. Windows color (decimal): -5481390 or 5397676. OLE color: 5397676.

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

Color convert

RGB 172 92 82 -
CMYK 0 0.47 0.52 0.33
HSL 6.67º 0.35% 0.5% -
HSV(B) 6.67º 0.52% 0.67% -
XYZ 22.36 17.03 10.09 -
YUV 114.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 172 92 82 0 0.47 0.52 0.33 6.67 0.35 0.5
Hex AC 5C 52 0 2F 34 21 7 23 32
Octal 254 134 122 0 57 64 41 7 43 62
Binary 10101100 1011100 1010010 0 101111 110100 100001 111 100011 110010

Color Harmonies of #AC5C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C52

Black with #AC5C52

Text Example


Text Example

White with #AC5C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C52; }

 p { color: rgb(172,92,82); }

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

background-color css

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

 a { background-color: rgb(172,92,82); }

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

border-color css

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

 span { border-color: rgb(172,92,82); }

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