Html Css Color HEX #AC5542 Crail

📋 copy color: '#AC5542'

red 172 ◦ green 85 ◦ blue 66

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

Shades of Crail #AC5542

Tints of Crail #AC5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 53.25%
G = 26.32%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5542 (or 0xAC5542) is known color: Crail. HEX triplet: AC, 55 and 42. RGB value is (172,85,66). Sum of RGB (Red+Green+Blue) = 172+85+66=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5542 is #53AABD. Grayscale: #6D6D6D. Windows color (decimal): -5483198 or 4347308. OLE color: 4347308.

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

Color convert

RGB 172 85 66 -
CMYK 0 0.51 0.62 0.33
HSL 10.75º 0.45% 0.47% -
HSV(B) 10.75º 0.62% 0.67% -
XYZ 21.25 15.66 7.06 -
YUV 108.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 172 85 66 0 0.51 0.62 0.33 10.75 0.45 0.47
Hex AC 55 42 0 33 3E 21 B 2D 2F
Octal 254 125 102 0 63 76 41 13 55 57
Binary 10101100 1010101 1000010 0 110011 111110 100001 1011 101101 101111

Color Harmonies of #AC5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5542

Black with #AC5542

Text Example


Text Example

White with #AC5542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5542; }

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

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

background-color css

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

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

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

border-color css

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

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

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