Html Css Color HEX #A95441 Crail

📋 copy color: '#A95441'

red 169 ◦ green 84 ◦ blue 65

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

Shades of Crail #A95441

Tints of Crail #A95441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 53.14%
G = 26.42%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A95441 (or 0xA95441) is known color: Crail. HEX triplet: A9, 54 and 41. RGB value is (169,84,65). Sum of RGB (Red+Green+Blue) = 169+84+65=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A95441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95441 is #56ABBE. Grayscale: #6B6B6B. Windows color (decimal): -5680063 or 4281513. OLE color: 4281513.

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

Color convert

RGB 169 84 65 -
CMYK 0 0.50 0.62 0.34
HSL 10.96º 0.44% 0.46% -
HSV(B) 10.96º 0.62% 0.66% -
XYZ 20.49 15.16 6.85 -
YUV 107.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 169 84 65 0 0.50 0.62 0.34 10.96 0.44 0.46
Hex A9 54 41 0 32 3E 22 B 2C 2E
Octal 251 124 101 0 62 76 42 13 54 56
Binary 10101001 1010100 1000001 0 110010 111110 100010 1011 101100 101110

Color Harmonies of #A95441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95441

Black with #A95441

Text Example


Text Example

White with #A95441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95441; }

 p { color: rgb(169,84,65); }

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

background-color css

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

 a { background-color: rgb(169,84,65); }

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

border-color css

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

 span { border-color: rgb(169,84,65); }

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