Html Css Color HEX #A35547 Crail

📋 copy color: '#A35547'

red 163 ◦ green 85 ◦ blue 71

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

Shades of Crail #A35547

Tints of Crail #A35547

RGB

 RED value IS 163 (64.06% from 255) = 51.1%

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 51.1%
G = 26.65%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A35547 (or 0xA35547) is known color: Crail. HEX triplet: A3, 55 and 47. RGB value is (163,85,71). Sum of RGB (Red+Green+Blue) = 163+85+71=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A35547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35547 is #5CAAB8. Grayscale: #6A6A6A. Windows color (decimal): -6073017 or 4674979. OLE color: 4674979.

HSL color Cylindrical-coordinate representation of color #A35547: hue angle of 9.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35547 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 71 -
CMYK 0 0.48 0.56 0.36
HSL 9.13º 0.39% 0.46% -
HSV(B) 9.13º 0.56% 0.64% -
XYZ 19.49 14.74 7.78 -
YUV 106.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 163 85 71 0 0.48 0.56 0.36 9.13 0.39 0.46
Hex A3 55 47 0 30 38 24 9 27 2E
Octal 243 125 107 0 60 70 44 11 47 56
Binary 10100011 1010101 1000111 0 110000 111000 100100 1001 100111 101110

Color Harmonies of #A35547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35547

Black with #A35547

Text Example


Text Example

White with #A35547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35547; }

 p { color: rgb(163,85,71); }

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

background-color css

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

 a { background-color: rgb(163,85,71); }

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

border-color css

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

 span { border-color: rgb(163,85,71); }

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