Html Css Color HEX #AC5841 Crail

📋 copy color: '#AC5841'

red 172 ◦ green 88 ◦ blue 65

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

Shades of Crail #AC5841

Tints of Crail #AC5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 52.92%
G = 27.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5841 (or 0xAC5841) is known color: Crail. HEX triplet: AC, 58 and 41. RGB value is (172,88,65). Sum of RGB (Red+Green+Blue) = 172+88+65=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5841 is #53A7BE. Grayscale: #6E6E6E. Windows color (decimal): -5482431 or 4282540. OLE color: 4282540.

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

Color convert

RGB 172 88 65 -
CMYK 0 0.49 0.62 0.33
HSL 12.9º 0.45% 0.46% -
HSV(B) 12.9º 0.62% 0.67% -
XYZ 21.46 16.13 6.98 -
YUV 110.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 172 88 65 0 0.49 0.62 0.33 12.9 0.45 0.46
Hex AC 58 41 0 31 3E 21 D 2D 2E
Octal 254 130 101 0 61 76 41 15 55 56
Binary 10101100 1011000 1000001 0 110001 111110 100001 1101 101101 101110

Color Harmonies of #AC5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5841

Black with #AC5841

Text Example


Text Example

White with #AC5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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