Html Css Color HEX #A05947 Crail

📋 copy color: '#A05947'

red 160 ◦ green 89 ◦ blue 71

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

Shades of Crail #A05947

Tints of Crail #A05947

RGB

 RED value IS 160 (62.89% from 255) = 50%

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

 BLUE value IS 71 (28.13% from 255) = 22.19%

R = 50%
G = 27.81%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A05947 (or 0xA05947) is known color: Crail. HEX triplet: A0, 59 and 47. RGB value is (160,89,71). Sum of RGB (Red+Green+Blue) = 160+89+71=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A05947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05947 is #5FA6B8. Grayscale: #6C6C6C. Windows color (decimal): -6268601 or 4676000. OLE color: 4676000.

HSL color Cylindrical-coordinate representation of color #A05947: hue angle of 12.13º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A05947 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 71 -
CMYK 0 0.44 0.56 0.37
HSL 12.13º 0.39% 0.45% -
HSV(B) 12.13º 0.56% 0.63% -
XYZ 19.21 15.07 7.86 -
YUV 108.18 107.02 164.96 -
System Red Green Blue C M Y K H S L
Decimal 160 89 71 0 0.44 0.56 0.37 12.13 0.39 0.45
Hex A0 59 47 0 2C 38 25 C 27 2D
Octal 240 131 107 0 54 70 45 14 47 55
Binary 10100000 1011001 1000111 0 101100 111000 100101 1100 100111 101101

Color Harmonies of #A05947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05947

Black with #A05947

Text Example


Text Example

White with #A05947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05947; }

 p { color: rgb(160,89,71); }

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

background-color css

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

 a { background-color: rgb(160,89,71); }

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

border-color css

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

 span { border-color: rgb(160,89,71); }

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