Html Css Color HEX #A95440 Crail

📋 copy color: '#A95440'

red 169 ◦ green 84 ◦ blue 64

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

Shades of Crail #A95440

Tints of Crail #A95440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 53.31%
G = 26.5%
B = 20.19%

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

#A95440 (or 0xA95440) is known color: Crail. HEX triplet: A9, 54 and 40. RGB value is (169,84,64). Sum of RGB (Red+Green+Blue) = 169+84+64=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A95440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95440 is #56ABBF. Grayscale: #6B6B6B. Windows color (decimal): -5680064 or 4215977. OLE color: 4215977.

HSL color Cylindrical-coordinate representation of color #A95440: hue angle of 11.43º degrees, saturation: 0.45, 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 #A95440 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 84 64 -
CMYK 0 0.50 0.62 0.34
HSL 11.43º 0.45% 0.46% -
HSV(B) 11.43º 0.62% 0.66% -
XYZ 20.46 15.15 6.7 -
YUV 107.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 169 84 64 0 0.50 0.62 0.34 11.43 0.45 0.46
Hex A9 54 40 0 32 3E 22 B 2D 2E
Octal 251 124 100 0 62 76 42 13 55 56
Binary 10101001 1010100 1000000 0 110010 111110 100010 1011 101101 101110

Color Harmonies of #A95440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95440

Black with #A95440

Text Example


Text Example

White with #A95440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95440; }

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

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

background-color css

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

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

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

border-color css

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

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

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