Html Css Color HEX #A1594B Crail

📋 copy color: '#A1594B'

red 161 ◦ green 89 ◦ blue 75

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

Shades of Crail #A1594B

Tints of Crail #A1594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 49.54%
G = 27.38%
B = 23.08%

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

#A1594B (or 0xA1594B) is known color: Crail. HEX triplet: A1, 59 and 4B. RGB value is (161,89,75). Sum of RGB (Red+Green+Blue) = 161+89+75=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1594B is #5EA6B4. Grayscale: #6D6D6D. Windows color (decimal): -6203061 or 4938145. OLE color: 4938145.

HSL color Cylindrical-coordinate representation of color #A1594B: hue angle of 9.77º 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 #A1594B is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 89 75 -
CMYK 0 0.45 0.53 0.37
HSL 9.77º 0.36% 0.46% -
HSV(B) 9.77º 0.53% 0.63% -
XYZ 19.54 15.23 8.57 -
YUV 108.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 161 89 75 0 0.45 0.53 0.37 9.77 0.36 0.46
Hex A1 59 4B 0 2D 35 25 A 24 2E
Octal 241 131 113 0 55 65 45 12 44 56
Binary 10100001 1011001 1001011 0 101101 110101 100101 1010 100100 101110

Color Harmonies of #A1594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1594B

Black with #A1594B

Text Example


Text Example

White with #A1594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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