Html Css Color HEX #A55C47 Crail

📋 copy color: '#A55C47'

red 165 ◦ green 92 ◦ blue 71

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

Shades of Crail #A55C47

Tints of Crail #A55C47

RGB

 RED value IS 165 (64.84% from 255) = 50.3%

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 50.3%
G = 28.05%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A55C47 (or 0xA55C47) is known color: Crail. HEX triplet: A5, 5C and 47. RGB value is (165,92,71). Sum of RGB (Red+Green+Blue) = 165+92+71=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C47 is #5AA3B8. Grayscale: #6F6F6F. Windows color (decimal): -5940153 or 4676773. OLE color: 4676773.

HSL color Cylindrical-coordinate representation of color #A55C47: hue angle of 13.4º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A55C47 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 92 71 -
CMYK 0 0.44 0.57 0.35
HSL 13.4º 0.4% 0.46% -
HSV(B) 13.4º 0.57% 0.65% -
XYZ 20.48 16.11 7.99 -
YUV 111.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 165 92 71 0 0.44 0.57 0.35 13.4 0.4 0.46
Hex A5 5C 47 0 2C 39 23 D 28 2E
Octal 245 134 107 0 54 71 43 15 50 56
Binary 10100101 1011100 1000111 0 101100 111001 100011 1101 101000 101110

Color Harmonies of #A55C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55C47

Black with #A55C47

Text Example


Text Example

White with #A55C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55C47; }

 p { color: rgb(165,92,71); }

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

background-color css

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

 a { background-color: rgb(165,92,71); }

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

border-color css

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

 span { border-color: rgb(165,92,71); }

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