Html Css Color HEX #A15F42 Sepia

📋 copy color: '#A15F42'

red 161 ◦ green 95 ◦ blue 66

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

Shades of Sepia #A15F42

Tints of Sepia #A15F42

RGB

 RED value IS 161 (63.28% from 255) = 50%

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 50%
G = 29.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A15F42 (or 0xA15F42) is known color: Sepia. HEX triplet: A1, 5F and 42. RGB value is (161,95,66). Sum of RGB (Red+Green+Blue) = 161+95+66=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F42 is #5EA0BD. Grayscale: #6F6F6F. Windows color (decimal): -6201534 or 4349857. OLE color: 4349857.

HSL color Cylindrical-coordinate representation of color #A15F42: hue angle of 18.32º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A15F42 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 95 66 -
CMYK 0 0.41 0.59 0.37
HSL 18.32º 0.42% 0.45% -
HSV(B) 18.32º 0.59% 0.63% -
XYZ 19.77 16.15 7.23 -
YUV 111.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 161 95 66 0 0.41 0.59 0.37 18.32 0.42 0.45
Hex A1 5F 42 0 29 3B 25 12 2A 2D
Octal 241 137 102 0 51 73 45 22 52 55
Binary 10100001 1011111 1000010 0 101001 111011 100101 10010 101010 101101

Color Harmonies of #A15F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F42

Black with #A15F42

Text Example


Text Example

White with #A15F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F42; }

 p { color: rgb(161,95,66); }

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

background-color css

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

 a { background-color: rgb(161,95,66); }

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

border-color css

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

 span { border-color: rgb(161,95,66); }

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