Html Css Color HEX #A95E50 Crail

📋 copy color: '#A95E50'

red 169 ◦ green 94 ◦ blue 80

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

Shades of Crail #A95E50

Tints of Crail #A95E50

RGB

 RED value IS 169 (66.41% from 255) = 49.27%

 GREEN value IS 94 (37.11% from 255) = 27.41%

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 49.27%
G = 27.41%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A95E50 (or 0xA95E50) is known color: Crail. HEX triplet: A9, 5E and 50. RGB value is (169,94,80). Sum of RGB (Red+Green+Blue) = 169+94+80=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E50 is #56A1AF. Grayscale: #727272. Windows color (decimal): -5677488 or 5267113. OLE color: 5267113.

HSL color Cylindrical-coordinate representation of color #A95E50: hue angle of 9.44º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A95E50 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 94 80 -
CMYK 0 0.44 0.53 0.34
HSL 9.44º 0.36% 0.49% -
HSV(B) 9.44º 0.53% 0.66% -
XYZ 21.81 17.02 9.72 -
YUV 114.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 169 94 80 0 0.44 0.53 0.34 9.44 0.36 0.49
Hex A9 5E 50 0 2C 35 22 9 24 31
Octal 251 136 120 0 54 65 42 11 44 61
Binary 10101001 1011110 1010000 0 101100 110101 100010 1001 100100 110001

Color Harmonies of #A95E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E50

Black with #A95E50

Text Example


Text Example

White with #A95E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E50; }

 p { color: rgb(169,94,80); }

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

background-color css

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

 a { background-color: rgb(169,94,80); }

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

border-color css

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

 span { border-color: rgb(169,94,80); }

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