Html Css Color HEX #A1594C Crail

📋 copy color: '#A1594C'

red 161 ◦ green 89 ◦ blue 76

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

Shades of Crail #A1594C

Tints of Crail #A1594C

RGB

 RED value IS 161 (63.28% from 255) = 49.39%

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

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

R = 49.39%
G = 27.3%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1594C (or 0xA1594C) is known color: Crail. HEX triplet: A1, 59 and 4C. RGB value is (161,89,76). Sum of RGB (Red+Green+Blue) = 161+89+76=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A1594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1594C is #5EA6B3. Grayscale: #6D6D6D. Windows color (decimal): -6203060 or 5003681. OLE color: 5003681.

HSL color Cylindrical-coordinate representation of color #A1594C: hue angle of 9.18º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1594C is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 89 76 -
CMYK 0 0.45 0.53 0.37
HSL 9.18º 0.36% 0.46% -
HSV(B) 9.18º 0.53% 0.63% -
XYZ 19.57 15.24 8.75 -
YUV 109.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 161 89 76 0 0.45 0.53 0.37 9.18 0.36 0.46
Hex A1 59 4C 0 2D 35 25 9 24 2E
Octal 241 131 114 0 55 65 45 11 44 56
Binary 10100001 1011001 1001100 0 101101 110101 100101 1001 100100 101110

Color Harmonies of #A1594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1594C

Black with #A1594C

Text Example


Text Example

White with #A1594C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1594C; }

 p { color: rgb(161,89,76); }

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

background-color css

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

 a { background-color: rgb(161,89,76); }

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

border-color css

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

 span { border-color: rgb(161,89,76); }

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