Html Css Color HEX #A55145 Crail

📋 copy color: '#A55145'

red 165 ◦ green 81 ◦ blue 69

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

Shades of Crail #A55145

Tints of Crail #A55145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 52.38%
G = 25.71%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55145 (or 0xA55145) is known color: Crail. HEX triplet: A5, 51 and 45. RGB value is (165,81,69). Sum of RGB (Red+Green+Blue) = 165+81+69=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55145 is #5AAEBA. Grayscale: #686868. Windows color (decimal): -5942971 or 4542885. OLE color: 4542885.

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

Color convert

RGB 165 81 69 -
CMYK 0 0.51 0.58 0.35
HSL 7.5º 0.41% 0.46% -
HSV(B) 7.5º 0.58% 0.65% -
XYZ 19.53 14.31 7.36 -
YUV 104.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 165 81 69 0 0.51 0.58 0.35 7.5 0.41 0.46
Hex A5 51 45 0 33 3A 23 8 29 2E
Octal 245 121 105 0 63 72 43 10 51 56
Binary 10100101 1010001 1000101 0 110011 111010 100011 1000 101001 101110

Color Harmonies of #A55145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55145

Black with #A55145

Text Example


Text Example

White with #A55145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55145; }

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

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

background-color css

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

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

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

border-color css

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

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

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