Html Css Color HEX #AC6052 Crail

📋 copy color: '#AC6052'

red 172 ◦ green 96 ◦ blue 82

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

Shades of Crail #AC6052

Tints of Crail #AC6052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 49.14%
G = 27.43%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC6052 (or 0xAC6052) is known color: Crail. HEX triplet: AC, 60 and 52. RGB value is (172,96,82). Sum of RGB (Red+Green+Blue) = 172+96+82=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6052 is #539FAD. Grayscale: #757575. Windows color (decimal): -5480366 or 5398700. OLE color: 5398700.

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

Color convert

RGB 172 96 82 -
CMYK 0 0.44 0.52 0.33
HSL 9.33º 0.35% 0.5% -
HSV(B) 9.33º 0.52% 0.67% -
XYZ 22.72 17.75 10.21 -
YUV 117.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 172 96 82 0 0.44 0.52 0.33 9.33 0.35 0.5
Hex AC 60 52 0 2C 34 21 9 23 32
Octal 254 140 122 0 54 64 41 11 43 62
Binary 10101100 1100000 1010010 0 101100 110100 100001 1001 100011 110010

Color Harmonies of #AC6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6052

Black with #AC6052

Text Example


Text Example

White with #AC6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6052; }

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

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

background-color css

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

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

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

border-color css

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

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

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