Html Css Color HEX #A55844 Crail

📋 copy color: '#A55844'

red 165 ◦ green 88 ◦ blue 68

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

Shades of Crail #A55844

Tints of Crail #A55844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 51.4%
G = 27.41%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A55844 (or 0xA55844) is known color: Crail. HEX triplet: A5, 58 and 44. RGB value is (165,88,68). Sum of RGB (Red+Green+Blue) = 165+88+68=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A55844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55844 is #5AA7BB. Grayscale: #6C6C6C. Windows color (decimal): -5941180 or 4479141. OLE color: 4479141.

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

Color convert

RGB 165 88 68 -
CMYK 0 0.47 0.59 0.35
HSL 12.37º 0.42% 0.46% -
HSV(B) 12.37º 0.59% 0.65% -
XYZ 20.05 15.4 7.38 -
YUV 108.74 105.01 168.13 -
System Red Green Blue C M Y K H S L
Decimal 165 88 68 0 0.47 0.59 0.35 12.37 0.42 0.46
Hex A5 58 44 0 2F 3B 23 C 2A 2E
Octal 245 130 104 0 57 73 43 14 52 56
Binary 10100101 1011000 1000100 0 101111 111011 100011 1100 101010 101110

Color Harmonies of #A55844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55844

Black with #A55844

Text Example


Text Example

White with #A55844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55844; }

 p { color: rgb(165,88,68); }

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

background-color css

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

 a { background-color: rgb(165,88,68); }

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

border-color css

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

 span { border-color: rgb(165,88,68); }

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