Html Css Color HEX #A55343 Crail

📋 copy color: '#A55343'

red 165 ◦ green 83 ◦ blue 67

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

Shades of Crail #A55343

Tints of Crail #A55343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 67 (26.56% from 255) = 21.27%

R = 52.38%
G = 26.35%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A55343 (or 0xA55343) is known color: Crail. HEX triplet: A5, 53 and 43. RGB value is (165,83,67). Sum of RGB (Red+Green+Blue) = 165+83+67=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A55343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55343 is #5AACBC. Grayscale: #696969. Windows color (decimal): -5942461 or 4412325. OLE color: 4412325.

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

Color convert

RGB 165 83 67 -
CMYK 0 0.50 0.59 0.35
HSL 9.8º 0.42% 0.45% -
HSV(B) 9.8º 0.59% 0.65% -
XYZ 19.62 14.59 7.09 -
YUV 105.69 106.17 170.3 -
System Red Green Blue C M Y K H S L
Decimal 165 83 67 0 0.50 0.59 0.35 9.8 0.42 0.45
Hex A5 53 43 0 32 3B 23 A 2A 2D
Octal 245 123 103 0 62 73 43 12 52 55
Binary 10100101 1010011 1000011 0 110010 111011 100011 1010 101010 101101

Color Harmonies of #A55343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55343

Black with #A55343

Text Example


Text Example

White with #A55343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55343; }

 p { color: rgb(165,83,67); }

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

background-color css

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

 a { background-color: rgb(165,83,67); }

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

border-color css

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

 span { border-color: rgb(165,83,67); }

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