Html Css Color HEX #A55545 Crail

📋 copy color: '#A55545'

red 165 ◦ green 85 ◦ blue 69

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

Shades of Crail #A55545

Tints of Crail #A55545

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 51.72%
G = 26.65%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55545 (or 0xA55545) is known color: Crail. HEX triplet: A5, 55 and 45. RGB value is (165,85,69). Sum of RGB (Red+Green+Blue) = 165+85+69=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55545 is #5AAABA. Grayscale: #6B6B6B. Windows color (decimal): -5941947 or 4543909. OLE color: 4543909.

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

Color convert

RGB 165 85 69 -
CMYK 0 0.48 0.58 0.35
HSL 10º 0.41% 0.46% -
HSV(B) 10º 0.58% 0.65% -
XYZ 19.84 14.93 7.47 -
YUV 107.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 165 85 69 0 0.48 0.58 0.35 10 0.41 0.46
Hex A5 55 45 0 30 3A 23 A 29 2E
Octal 245 125 105 0 60 72 43 12 51 56
Binary 10100101 1010101 1000101 0 110000 111010 100011 1010 101001 101110

Color Harmonies of #A55545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55545

Black with #A55545

Text Example


Text Example

White with #A55545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55545; }

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

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

background-color css

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

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

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

border-color css

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

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

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