Html Css Color HEX #A06348 Sepia

📋 copy color: '#A06348'

red 160 ◦ green 99 ◦ blue 72

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

Shades of Sepia #A06348

Tints of Sepia #A06348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 48.34%
G = 29.91%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A06348 (or 0xA06348) is known color: Sepia. HEX triplet: A0, 63 and 48. RGB value is (160,99,72). Sum of RGB (Red+Green+Blue) = 160+99+72=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A06348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06348 is #5F9CB7. Grayscale: #727272. Windows color (decimal): -6266040 or 4744096. OLE color: 4744096.

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

Color convert

RGB 160 99 72 -
CMYK 0 0.38 0.55 0.37
HSL 18.41º 0.38% 0.45% -
HSV(B) 18.41º 0.55% 0.63% -
XYZ 20.13 16.87 8.33 -
YUV 114.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 160 99 72 0 0.38 0.55 0.37 18.41 0.38 0.45
Hex A0 63 48 0 26 37 25 12 26 2D
Octal 240 143 110 0 46 67 45 22 46 55
Binary 10100000 1100011 1001000 0 100110 110111 100101 10010 100110 101101

Color Harmonies of #A06348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06348

Black with #A06348

Text Example


Text Example

White with #A06348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06348; }

 p { color: rgb(160,99,72); }

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

background-color css

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

 a { background-color: rgb(160,99,72); }

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

border-color css

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

 span { border-color: rgb(160,99,72); }

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