Html Css Color HEX #A55648 Crail

📋 copy color: '#A55648'

red 165 ◦ green 86 ◦ blue 72

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

Shades of Crail #A55648

Tints of Crail #A55648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

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

R = 51.08%
G = 26.63%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55648 (or 0xA55648) is known color: Crail. HEX triplet: A5, 56 and 48. RGB value is (165,86,72). Sum of RGB (Red+Green+Blue) = 165+86+72=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A55648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55648 is #5AA9B7. Grayscale: #6C6C6C. Windows color (decimal): -5941688 or 4740773. OLE color: 4740773.

HSL color Cylindrical-coordinate representation of color #A55648: hue angle of 9.03º 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 #A55648 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 72 -
CMYK 0 0.48 0.56 0.35
HSL 9.03º 0.39% 0.46% -
HSV(B) 9.03º 0.56% 0.65% -
XYZ 20.01 15.12 8 -
YUV 108.03 107.67 168.64 -
System Red Green Blue C M Y K H S L
Decimal 165 86 72 0 0.48 0.56 0.35 9.03 0.39 0.46
Hex A5 56 48 0 30 38 23 9 27 2E
Octal 245 126 110 0 60 70 43 11 47 56
Binary 10100101 1010110 1001000 0 110000 111000 100011 1001 100111 101110

Color Harmonies of #A55648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55648

Black with #A55648

Text Example


Text Example

White with #A55648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55648; }

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

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

background-color css

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

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

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

border-color css

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

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

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