Html Css Color HEX #A35F46 Sepia

📋 copy color: '#A35F46'

red 163 ◦ green 95 ◦ blue 70

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

Shades of Sepia #A35F46

Tints of Sepia #A35F46

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

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

R = 49.7%
G = 28.96%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A35F46 (or 0xA35F46) is known color: Sepia. HEX triplet: A3, 5F and 46. RGB value is (163,95,70). Sum of RGB (Red+Green+Blue) = 163+95+70=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F46 is #5CA0B9. Grayscale: #707070. Windows color (decimal): -6070458 or 4612003. OLE color: 4612003.

HSL color Cylindrical-coordinate representation of color #A35F46: hue angle of 16.13º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35F46 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 95 70 -
CMYK 0 0.42 0.57 0.36
HSL 16.13º 0.4% 0.46% -
HSV(B) 16.13º 0.57% 0.64% -
XYZ 20.3 16.41 7.89 -
YUV 112.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 163 95 70 0 0.42 0.57 0.36 16.13 0.4 0.46
Hex A3 5F 46 0 2A 39 24 10 28 2E
Octal 243 137 106 0 52 71 44 20 50 56
Binary 10100011 1011111 1000110 0 101010 111001 100100 10000 101000 101110

Color Harmonies of #A35F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F46

Black with #A35F46

Text Example


Text Example

White with #A35F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F46; }

 p { color: rgb(163,95,70); }

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

background-color css

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

 a { background-color: rgb(163,95,70); }

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

border-color css

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

 span { border-color: rgb(163,95,70); }

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