Html Css Color HEX #AC594A Crail

📋 copy color: '#AC594A'

red 172 ◦ green 89 ◦ blue 74

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

Shades of Crail #AC594A

Tints of Crail #AC594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

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

R = 51.34%
G = 26.57%
B = 22.09%

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

#AC594A (or 0xAC594A) is known color: Crail. HEX triplet: AC, 59 and 4A. RGB value is (172,89,74). Sum of RGB (Red+Green+Blue) = 172+89+74=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC594A is #53A6B5. Grayscale: #707070. Windows color (decimal): -5482166 or 4872620. OLE color: 4872620.

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

Color convert

RGB 172 89 74 -
CMYK 0 0.48 0.57 0.33
HSL 9.18º 0.4% 0.48% -
HSV(B) 9.18º 0.57% 0.67% -
XYZ 21.82 16.41 8.5 -
YUV 112.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 172 89 74 0 0.48 0.57 0.33 9.18 0.4 0.48
Hex AC 59 4A 0 30 39 21 9 28 30
Octal 254 131 112 0 60 71 41 11 50 60
Binary 10101100 1011001 1001010 0 110000 111001 100001 1001 101000 110000

Color Harmonies of #AC594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC594A

Black with #AC594A

Text Example


Text Example

White with #AC594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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