Html Css Color HEX #A06046 Sepia

📋 copy color: '#A06046'

red 160 ◦ green 96 ◦ blue 70

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

Shades of Sepia #A06046

Tints of Sepia #A06046

RGB

 RED value IS 160 (62.89% from 255) = 49.08%

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 49.08%
G = 29.45%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A06046 (or 0xA06046) is known color: Sepia. HEX triplet: A0, 60 and 46. RGB value is (160,96,70). Sum of RGB (Red+Green+Blue) = 160+96+70=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A06046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06046 is #5F9FB9. Grayscale: #707070. Windows color (decimal): -6266810 or 4612256. OLE color: 4612256.

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

Color convert

RGB 160 96 70 -
CMYK 0 0.4 0.56 0.37
HSL 17.33º 0.39% 0.45% -
HSV(B) 17.33º 0.56% 0.63% -
XYZ 19.79 16.28 7.89 -
YUV 112.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 160 96 70 0 0.4 0.56 0.37 17.33 0.39 0.45
Hex A0 60 46 0 28 38 25 11 27 2D
Octal 240 140 106 0 50 70 45 21 47 55
Binary 10100000 1100000 1000110 0 101000 111000 100101 10001 100111 101101

Color Harmonies of #A06046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06046

Black with #A06046

Text Example


Text Example

White with #A06046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06046; }

 p { color: rgb(160,96,70); }

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

background-color css

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

 a { background-color: rgb(160,96,70); }

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

border-color css

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

 span { border-color: rgb(160,96,70); }

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