Html Css Color HEX #AC5240 Crail

📋 copy color: '#AC5240'

red 172 ◦ green 82 ◦ blue 64

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

Shades of Crail #AC5240

Tints of Crail #AC5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 54.09%
G = 25.79%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC5240 (or 0xAC5240) is known color: Crail. HEX triplet: AC, 52 and 40. RGB value is (172,82,64). Sum of RGB (Red+Green+Blue) = 172+82+64=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5240 is #53ADBF. Grayscale: #6B6B6B. Windows color (decimal): -5483968 or 4215468. OLE color: 4215468.

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

Color convert

RGB 172 82 64 -
CMYK 0 0.52 0.63 0.33
HSL 10º 0.46% 0.46% -
HSV(B) 10º 0.63% 0.67% -
XYZ 20.96 15.18 6.68 -
YUV 106.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 172 82 64 0 0.52 0.63 0.33 10 0.46 0.46
Hex AC 52 40 0 34 3F 21 A 2E 2E
Octal 254 122 100 0 64 77 41 12 56 56
Binary 10101100 1010010 1000000 0 110100 111111 100001 1010 101110 101110

Color Harmonies of #AC5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5240

Black with #AC5240

Text Example


Text Example

White with #AC5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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