Html Css Color HEX #A86348 Tuscany

📋 copy color: '#A86348'

red 168 ◦ green 99 ◦ blue 72

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

Shades of Tuscany #A86348

Tints of Tuscany #A86348

RGB

 RED value IS 168 (66.02% from 255) = 49.56%

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

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

R = 49.56%
G = 29.2%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A86348 (or 0xA86348) is known color: Tuscany. HEX triplet: A8, 63 and 48. RGB value is (168,99,72). Sum of RGB (Red+Green+Blue) = 168+99+72=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A86348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86348 is #579CB7. Grayscale: #747474. Windows color (decimal): -5741752 or 4744104. OLE color: 4744104.

HSL color Cylindrical-coordinate representation of color #A86348: hue angle of 16.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A86348 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 72 -
CMYK 0 0.41 0.57 0.34
HSL 16.88º 0.4% 0.47% -
HSV(B) 16.88º 0.57% 0.66% -
XYZ 21.78 17.72 8.4 -
YUV 116.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 168 99 72 0 0.41 0.57 0.34 16.88 0.4 0.47
Hex A8 63 48 0 29 39 22 11 28 2F
Octal 250 143 110 0 51 71 42 21 50 57
Binary 10101000 1100011 1001000 0 101001 111001 100010 10001 101000 101111

Color Harmonies of #A86348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86348

Black with #A86348

Text Example


Text Example

White with #A86348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86348; }

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

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

background-color css

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

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

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

border-color css

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

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

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