Html Css Color HEX #AC5541 Crail

📋 copy color: '#AC5541'

red 172 ◦ green 85 ◦ blue 65

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

Shades of Crail #AC5541

Tints of Crail #AC5541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 53.42%
G = 26.4%
B = 20.19%

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

#AC5541 (or 0xAC5541) is known color: Crail. HEX triplet: AC, 55 and 41. RGB value is (172,85,65). Sum of RGB (Red+Green+Blue) = 172+85+65=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5541 is #53AABE. Grayscale: #6C6C6C. Windows color (decimal): -5483199 or 4281772. OLE color: 4281772.

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

Color convert

RGB 172 85 65 -
CMYK 0 0.51 0.62 0.33
HSL 11.21º 0.45% 0.46% -
HSV(B) 11.21º 0.62% 0.67% -
XYZ 21.22 15.65 6.9 -
YUV 108.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 172 85 65 0 0.51 0.62 0.33 11.21 0.45 0.46
Hex AC 55 41 0 33 3E 21 B 2D 2E
Octal 254 125 101 0 63 76 41 13 55 56
Binary 10101100 1010101 1000001 0 110011 111110 100001 1011 101101 101110

Color Harmonies of #AC5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5541

Black with #AC5541

Text Example


Text Example

White with #AC5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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