Html Css Color HEX #AC5846 Crail

📋 copy color: '#AC5846'

red 172 ◦ green 88 ◦ blue 70

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

Shades of Crail #AC5846

Tints of Crail #AC5846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.21%

R = 52.12%
G = 26.67%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC5846 (or 0xAC5846) is known color: Crail. HEX triplet: AC, 58 and 46. RGB value is (172,88,70). Sum of RGB (Red+Green+Blue) = 172+88+70=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5846 is #53A7B9. Grayscale: #6F6F6F. Windows color (decimal): -5482426 or 4610220. OLE color: 4610220.

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

Color convert

RGB 172 88 70 -
CMYK 0 0.49 0.59 0.33
HSL 10.59º 0.42% 0.47% -
HSV(B) 10.59º 0.59% 0.67% -
XYZ 21.61 16.19 7.78 -
YUV 111.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 172 88 70 0 0.49 0.59 0.33 10.59 0.42 0.47
Hex AC 58 46 0 31 3B 21 B 2A 2F
Octal 254 130 106 0 61 73 41 13 52 57
Binary 10101100 1011000 1000110 0 110001 111011 100001 1011 101010 101111

Color Harmonies of #AC5846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5846

Black with #AC5846

Text Example


Text Example

White with #AC5846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5846; }

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

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

background-color css

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

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

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

border-color css

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

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

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