Html Css Color HEX #A55945 Crail

📋 copy color: '#A55945'

red 165 ◦ green 89 ◦ blue 69

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

Shades of Crail #A55945

Tints of Crail #A55945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 51.08%
G = 27.55%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55945 (or 0xA55945) is known color: Crail. HEX triplet: A5, 59 and 45. RGB value is (165,89,69). Sum of RGB (Red+Green+Blue) = 165+89+69=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A55945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55945 is #5AA6BA. Grayscale: #6D6D6D. Windows color (decimal): -5940923 or 4544933. OLE color: 4544933.

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

Color convert

RGB 165 89 69 -
CMYK 0 0.46 0.58 0.35
HSL 12.5º 0.41% 0.46% -
HSV(B) 12.5º 0.58% 0.65% -
XYZ 20.16 15.57 7.57 -
YUV 109.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 165 89 69 0 0.46 0.58 0.35 12.5 0.41 0.46
Hex A5 59 45 0 2E 3A 23 C 29 2E
Octal 245 131 105 0 56 72 43 14 51 56
Binary 10100101 1011001 1000101 0 101110 111010 100011 1100 101001 101110

Color Harmonies of #A55945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55945

Black with #A55945

Text Example


Text Example

White with #A55945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55945; }

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

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

background-color css

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

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

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

border-color css

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

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

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