Html Css Color HEX #AC5342 Crail

📋 copy color: '#AC5342'

red 172 ◦ green 83 ◦ blue 66

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

Shades of Crail #AC5342

Tints of Crail #AC5342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 53.58%
G = 25.86%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5342 (or 0xAC5342) is known color: Crail. HEX triplet: AC, 53 and 42. RGB value is (172,83,66). Sum of RGB (Red+Green+Blue) = 172+83+66=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5342 is #53ACBD. Grayscale: #6B6B6B. Windows color (decimal): -5483710 or 4346796. OLE color: 4346796.

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

Color convert

RGB 172 83 66 -
CMYK 0 0.52 0.62 0.33
HSL 9.62º 0.45% 0.47% -
HSV(B) 9.62º 0.62% 0.67% -
XYZ 21.09 15.35 7.01 -
YUV 107.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 172 83 66 0 0.52 0.62 0.33 9.62 0.45 0.47
Hex AC 53 42 0 34 3E 21 A 2D 2F
Octal 254 123 102 0 64 76 41 12 55 57
Binary 10101100 1010011 1000010 0 110100 111110 100001 1010 101101 101111

Color Harmonies of #AC5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5342

Black with #AC5342

Text Example


Text Example

White with #AC5342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5342; }

 p { color: rgb(172,83,66); }

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

background-color css

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

 a { background-color: rgb(172,83,66); }

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

border-color css

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

 span { border-color: rgb(172,83,66); }

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