Html Css Color HEX #A55348 Crail

📋 copy color: '#A55348'

red 165 ◦ green 83 ◦ blue 72

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

Shades of Crail #A55348

Tints of Crail #A55348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 51.56%
G = 25.94%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55348 (or 0xA55348) is known color: Crail. HEX triplet: A5, 53 and 48. RGB value is (165,83,72). Sum of RGB (Red+Green+Blue) = 165+83+72=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A55348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55348 is #5AACB7. Grayscale: #6A6A6A. Windows color (decimal): -5942456 or 4740005. OLE color: 4740005.

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

Color convert

RGB 165 83 72 -
CMYK 0 0.50 0.56 0.35
HSL 7.1º 0.39% 0.46% -
HSV(B) 7.1º 0.56% 0.65% -
XYZ 19.78 14.65 7.92 -
YUV 106.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 165 83 72 0 0.50 0.56 0.35 7.1 0.39 0.46
Hex A5 53 48 0 32 38 23 7 27 2E
Octal 245 123 110 0 62 70 43 7 47 56
Binary 10100101 1010011 1001000 0 110010 111000 100011 111 100111 101110

Color Harmonies of #A55348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55348

Black with #A55348

Text Example


Text Example

White with #A55348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55348; }

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

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

background-color css

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

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

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

border-color css

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

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

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