Html Css Color HEX #A86648 Tuscany

📋 copy color: '#A86648'

red 168 ◦ green 102 ◦ blue 72

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

Shades of Tuscany #A86648

Tints of Tuscany #A86648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 49.12%
G = 29.82%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A86648 (or 0xA86648) is known color: Tuscany. HEX triplet: A8, 66 and 48. RGB value is (168,102,72). Sum of RGB (Red+Green+Blue) = 168+102+72=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A86648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86648 is #5799B7. Grayscale: #767676. Windows color (decimal): -5740984 or 4744872. OLE color: 4744872.

HSL color Cylindrical-coordinate representation of color #A86648: hue angle of 18.75º 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 #A86648 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 102 72 -
CMYK 0 0.39 0.57 0.34
HSL 18.75º 0.4% 0.47% -
HSV(B) 18.75º 0.57% 0.66% -
XYZ 22.07 18.3 8.5 -
YUV 118.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 168 102 72 0 0.39 0.57 0.34 18.75 0.4 0.47
Hex A8 66 48 0 27 39 22 13 28 2F
Octal 250 146 110 0 47 71 42 23 50 57
Binary 10101000 1100110 1001000 0 100111 111001 100010 10011 101000 101111

Color Harmonies of #A86648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86648

Black with #A86648

Text Example


Text Example

White with #A86648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86648; }

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

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

background-color css

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

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

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

border-color css

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

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

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