Html Css Color HEX #A55445 Crail

📋 copy color: '#A55445'

red 165 ◦ green 84 ◦ blue 69

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

Shades of Crail #A55445

Tints of Crail #A55445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 69 (27.34% from 255) = 21.7%

R = 51.89%
G = 26.42%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55445 (or 0xA55445) is known color: Crail. HEX triplet: A5, 54 and 45. RGB value is (165,84,69). Sum of RGB (Red+Green+Blue) = 165+84+69=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A55445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55445 is #5AABBA. Grayscale: #6A6A6A. Windows color (decimal): -5942203 or 4543653. OLE color: 4543653.

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

Color convert

RGB 165 84 69 -
CMYK 0 0.49 0.58 0.35
HSL 9.38º 0.41% 0.46% -
HSV(B) 9.38º 0.58% 0.65% -
XYZ 19.76 14.77 7.44 -
YUV 106.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 165 84 69 0 0.49 0.58 0.35 9.38 0.41 0.46
Hex A5 54 45 0 31 3A 23 9 29 2E
Octal 245 124 105 0 61 72 43 11 51 56
Binary 10100101 1010100 1000101 0 110001 111010 100011 1001 101001 101110

Color Harmonies of #A55445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55445

Black with #A55445

Text Example


Text Example

White with #A55445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55445; }

 p { color: rgb(165,84,69); }

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

background-color css

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

 a { background-color: rgb(165,84,69); }

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

border-color css

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

 span { border-color: rgb(165,84,69); }

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