Html Css Color HEX #AC5A4A Crail

📋 copy color: '#AC5A4A'

red 172 ◦ green 90 ◦ blue 74

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

Shades of Crail #AC5A4A

Tints of Crail #AC5A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 51.19%
G = 26.79%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AC5A4A (or 0xAC5A4A) is known color: Crail. HEX triplet: AC, 5A and 4A. RGB value is (172,90,74). Sum of RGB (Red+Green+Blue) = 172+90+74=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A4A is #53A5B5. Grayscale: #707070. Windows color (decimal): -5481910 or 4872876. OLE color: 4872876.

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

Color convert

RGB 172 90 74 -
CMYK 0 0.48 0.57 0.33
HSL 9.8º 0.4% 0.48% -
HSV(B) 9.8º 0.57% 0.67% -
XYZ 21.91 16.58 8.52 -
YUV 112.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 172 90 74 0 0.48 0.57 0.33 9.8 0.4 0.48
Hex AC 5A 4A 0 30 39 21 A 28 30
Octal 254 132 112 0 60 71 41 12 50 60
Binary 10101100 1011010 1001010 0 110000 111001 100001 1010 101000 110000

Color Harmonies of #AC5A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A4A

Black with #AC5A4A

Text Example


Text Example

White with #AC5A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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