Html Css Color HEX #A4594A Crail

📋 copy color: '#A4594A'

red 164 ◦ green 89 ◦ blue 74

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

Shades of Crail #A4594A

Tints of Crail #A4594A

RGB

 RED value IS 164 (64.45% from 255) = 50.15%

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

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

R = 50.15%
G = 27.22%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4594A (or 0xA4594A) is known color: Crail. HEX triplet: A4, 59 and 4A. RGB value is (164,89,74). Sum of RGB (Red+Green+Blue) = 164+89+74=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4594A is #5BA6B5. Grayscale: #6D6D6D. Windows color (decimal): -6006454 or 4872612. OLE color: 4872612.

HSL color Cylindrical-coordinate representation of color #A4594A: hue angle of 10º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4594A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 74 -
CMYK 0 0.46 0.55 0.36
HSL 10º 0.38% 0.47% -
HSV(B) 10º 0.55% 0.64% -
XYZ 20.12 15.53 8.42 -
YUV 109.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 164 89 74 0 0.46 0.55 0.36 10 0.38 0.47
Hex A4 59 4A 0 2E 37 24 A 26 2F
Octal 244 131 112 0 56 67 44 12 46 57
Binary 10100100 1011001 1001010 0 101110 110111 100100 1010 100110 101111

Color Harmonies of #A4594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4594A

Black with #A4594A

Text Example


Text Example

White with #A4594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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