Html Css Color HEX #A95E54 Crail

📋 copy color: '#A95E54'

red 169 ◦ green 94 ◦ blue 84

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

Shades of Crail #A95E54

Tints of Crail #A95E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.21%

R = 48.7%
G = 27.09%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A95E54 (or 0xA95E54) is known color: Crail. HEX triplet: A9, 5E and 54. RGB value is (169,94,84). Sum of RGB (Red+Green+Blue) = 169+94+84=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95E54 is #56A1AB. Grayscale: #737373. Windows color (decimal): -5677484 or 5529257. OLE color: 5529257.

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

Color convert

RGB 169 94 84 -
CMYK 0 0.44 0.50 0.34
HSL 7.06º 0.34% 0.5% -
HSV(B) 7.06º 0.5% 0.66% -
XYZ 21.97 17.08 10.53 -
YUV 115.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 169 94 84 0 0.44 0.50 0.34 7.06 0.34 0.5
Hex A9 5E 54 0 2C 32 22 7 22 32
Octal 251 136 124 0 54 62 42 7 42 62
Binary 10101001 1011110 1010100 0 101100 110010 100010 111 100010 110010

Color Harmonies of #A95E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E54

Black with #A95E54

Text Example


Text Example

White with #A95E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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