Html Css Color HEX #AC5A4F Crail

📋 copy color: '#AC5A4F'

red 172 ◦ green 90 ◦ blue 79

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

Shades of Crail #AC5A4F

Tints of Crail #AC5A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 50.44%
G = 26.39%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC5A4F (or 0xAC5A4F) is known color: Crail. HEX triplet: AC, 5A and 4F. RGB value is (172,90,79). Sum of RGB (Red+Green+Blue) = 172+90+79=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A4F is #53A5B0. Grayscale: #717171. Windows color (decimal): -5481905 or 5200556. OLE color: 5200556.

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

Color convert

RGB 172 90 79 -
CMYK 0 0.48 0.54 0.33
HSL 7.1º 0.37% 0.49% -
HSV(B) 7.1º 0.54% 0.67% -
XYZ 22.08 16.65 9.45 -
YUV 113.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 172 90 79 0 0.48 0.54 0.33 7.1 0.37 0.49
Hex AC 5A 4F 0 30 36 21 7 25 31
Octal 254 132 117 0 60 66 41 7 45 61
Binary 10101100 1011010 1001111 0 110000 110110 100001 111 100101 110001

Color Harmonies of #AC5A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A4F

Black with #AC5A4F

Text Example


Text Example

White with #AC5A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A4F; }

 p { color: rgb(172,90,79); }

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

background-color css

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

 a { background-color: rgb(172,90,79); }

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

border-color css

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

 span { border-color: rgb(172,90,79); }

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