Html Css Color HEX #A55E46 Sepia

📋 copy color: '#A55E46'

red 165 ◦ green 94 ◦ blue 70

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

Shades of Sepia #A55E46

Tints of Sepia #A55E46

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 50.15%
G = 28.57%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55E46 (or 0xA55E46) is known color: Sepia. HEX triplet: A5, 5E and 46. RGB value is (165,94,70). Sum of RGB (Red+Green+Blue) = 165+94+70=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E46 is #5AA1B9. Grayscale: #707070. Windows color (decimal): -5939642 or 4611749. OLE color: 4611749.

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

Color convert

RGB 165 94 70 -
CMYK 0 0.43 0.58 0.35
HSL 15.16º 0.4% 0.46% -
HSV(B) 15.16º 0.58% 0.65% -
XYZ 20.63 16.45 7.88 -
YUV 112.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 165 94 70 0 0.43 0.58 0.35 15.16 0.4 0.46
Hex A5 5E 46 0 2B 3A 23 F 28 2E
Octal 245 136 106 0 53 72 43 17 50 56
Binary 10100101 1011110 1000110 0 101011 111010 100011 1111 101000 101110

Color Harmonies of #A55E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E46

Black with #A55E46

Text Example


Text Example

White with #A55E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E46; }

 p { color: rgb(165,94,70); }

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

background-color css

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

 a { background-color: rgb(165,94,70); }

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

border-color css

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

 span { border-color: rgb(165,94,70); }

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