Html Css Color HEX #A55B48 Crail

📋 copy color: '#A55B48'

red 165 ◦ green 91 ◦ blue 72

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

Shades of Crail #A55B48

Tints of Crail #A55B48

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 50.3%
G = 27.74%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55B48 (or 0xA55B48) is known color: Crail. HEX triplet: A5, 5B and 48. RGB value is (165,91,72). Sum of RGB (Red+Green+Blue) = 165+91+72=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B48 is #5AA4B7. Grayscale: #6F6F6F. Windows color (decimal): -5940408 or 4742053. OLE color: 4742053.

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

Color convert

RGB 165 91 72 -
CMYK 0 0.45 0.56 0.35
HSL 12.26º 0.39% 0.46% -
HSV(B) 12.26º 0.56% 0.65% -
XYZ 20.43 15.95 8.13 -
YUV 110.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 165 91 72 0 0.45 0.56 0.35 12.26 0.39 0.46
Hex A5 5B 48 0 2D 38 23 C 27 2E
Octal 245 133 110 0 55 70 43 14 47 56
Binary 10100101 1011011 1001000 0 101101 111000 100011 1100 100111 101110

Color Harmonies of #A55B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B48

Black with #A55B48

Text Example


Text Example

White with #A55B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B48; }

 p { color: rgb(165,91,72); }

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

background-color css

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

 a { background-color: rgb(165,91,72); }

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

border-color css

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

 span { border-color: rgb(165,91,72); }

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