Html Css Color HEX #A55A3D Sepia

📋 copy color: '#A55A3D'

red 165 ◦ green 90 ◦ blue 61

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

Shades of Sepia #A55A3D

Tints of Sepia #A55A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 52.22%
G = 28.48%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A55A3D (or 0xA55A3D) is known color: Sepia. HEX triplet: A5, 5A and 3D. RGB value is (165,90,61). Sum of RGB (Red+Green+Blue) = 165+90+61=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55A3D is #5AA5C2. Grayscale: #6D6D6D. Windows color (decimal): -5940675 or 4020901. OLE color: 4020901.

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

Color convert

RGB 165 90 61 -
CMYK 0 0.45 0.63 0.35
HSL 16.73º 0.46% 0.44% -
HSV(B) 16.73º 0.63% 0.65% -
XYZ 20.02 15.65 6.38 -
YUV 109.12 100.85 167.86 -
System Red Green Blue C M Y K H S L
Decimal 165 90 61 0 0.45 0.63 0.35 16.73 0.46 0.44
Hex A5 5A 3D 0 2D 3F 23 11 2E 2C
Octal 245 132 75 0 55 77 43 21 56 54
Binary 10100101 1011010 111101 0 101101 111111 100011 10001 101110 101100

Color Harmonies of #A55A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55A3D

Black with #A55A3D

Text Example


Text Example

White with #A55A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55A3D; }

 p { color: rgb(165,90,61); }

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

background-color css

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

 a { background-color: rgb(165,90,61); }

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

border-color css

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

 span { border-color: rgb(165,90,61); }

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