Html Css Color HEX #A35B45 Sepia

📋 copy color: '#A35B45'

red 163 ◦ green 91 ◦ blue 69

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

Shades of Sepia #A35B45

Tints of Sepia #A35B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 50.46%
G = 28.17%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A35B45 (or 0xA35B45) is known color: Sepia. HEX triplet: A3, 5B and 45. RGB value is (163,91,69). Sum of RGB (Red+Green+Blue) = 163+91+69=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B45 is #5CA4BA. Grayscale: #6E6E6E. Windows color (decimal): -6071483 or 4545443. OLE color: 4545443.

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

Color convert

RGB 163 91 69 -
CMYK 0 0.44 0.58 0.36
HSL 14.04º 0.41% 0.45% -
HSV(B) 14.04º 0.58% 0.64% -
XYZ 19.92 15.7 7.61 -
YUV 110.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 163 91 69 0 0.44 0.58 0.36 14.04 0.41 0.45
Hex A3 5B 45 0 2C 3A 24 E 29 2D
Octal 243 133 105 0 54 72 44 16 51 55
Binary 10100011 1011011 1000101 0 101100 111010 100100 1110 101001 101101

Color Harmonies of #A35B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35B45

Black with #A35B45

Text Example


Text Example

White with #A35B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35B45; }

 p { color: rgb(163,91,69); }

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

background-color css

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

 a { background-color: rgb(163,91,69); }

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

border-color css

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

 span { border-color: rgb(163,91,69); }

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