Html Css Color HEX #AC5B4C Crail

📋 copy color: '#AC5B4C'

red 172 ◦ green 91 ◦ blue 76

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

Shades of Crail #AC5B4C

Tints of Crail #AC5B4C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 50.74%
G = 26.84%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AC5B4C (or 0xAC5B4C) is known color: Crail. HEX triplet: AC, 5B and 4C. RGB value is (172,91,76). Sum of RGB (Red+Green+Blue) = 172+91+76=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B4C is #53A4B3. Grayscale: #717171. Windows color (decimal): -5481652 or 5004204. OLE color: 5004204.

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

Color convert

RGB 172 91 76 -
CMYK 0 0.47 0.56 0.33
HSL 9.38º 0.39% 0.49% -
HSV(B) 9.38º 0.56% 0.67% -
XYZ 22.06 16.77 8.91 -
YUV 113.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 172 91 76 0 0.47 0.56 0.33 9.38 0.39 0.49
Hex AC 5B 4C 0 2F 38 21 9 27 31
Octal 254 133 114 0 57 70 41 11 47 61
Binary 10101100 1011011 1001100 0 101111 111000 100001 1001 100111 110001

Color Harmonies of #AC5B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B4C

Black with #AC5B4C

Text Example


Text Example

White with #AC5B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B4C; }

 p { color: rgb(172,91,76); }

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

background-color css

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

 a { background-color: rgb(172,91,76); }

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

border-color css

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

 span { border-color: rgb(172,91,76); }

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