Html Css Color HEX #A35540 Sepia

📋 copy color: '#A35540'

red 163 ◦ green 85 ◦ blue 64

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

Shades of Sepia #A35540

Tints of Sepia #A35540

RGB

 RED value IS 163 (64.06% from 255) = 52.24%

 GREEN value IS 85 (33.59% from 255) = 27.24%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 52.24%
G = 27.24%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A35540 (or 0xA35540) is known color: Sepia. HEX triplet: A3, 55 and 40. RGB value is (163,85,64). Sum of RGB (Red+Green+Blue) = 163+85+64=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A35540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35540 is #5CAABF. Grayscale: #6A6A6A. Windows color (decimal): -6073024 or 4216227. OLE color: 4216227.

HSL color Cylindrical-coordinate representation of color #A35540: hue angle of 12.73º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35540 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 64 -
CMYK 0 0.48 0.61 0.36
HSL 12.73º 0.44% 0.45% -
HSV(B) 12.73º 0.61% 0.64% -
XYZ 19.28 14.65 6.66 -
YUV 105.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 163 85 64 0 0.48 0.61 0.36 12.73 0.44 0.45
Hex A3 55 40 0 30 3D 24 D 2C 2D
Octal 243 125 100 0 60 75 44 15 54 55
Binary 10100011 1010101 1000000 0 110000 111101 100100 1101 101100 101101

Color Harmonies of #A35540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35540

Black with #A35540

Text Example


Text Example

White with #A35540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35540; }

 p { color: rgb(163,85,64); }

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

background-color css

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

 a { background-color: rgb(163,85,64); }

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

border-color css

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

 span { border-color: rgb(163,85,64); }

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