Html Css Color HEX #A8663F Tuscany

📋 copy color: '#A8663F'

red 168 ◦ green 102 ◦ blue 63

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

Shades of Tuscany #A8663F

Tints of Tuscany #A8663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.92%

R = 50.45%
G = 30.63%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8663F (or 0xA8663F) is known color: Tuscany. HEX triplet: A8, 66 and 3F. RGB value is (168,102,63). Sum of RGB (Red+Green+Blue) = 168+102+63=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8663F is #5799C0. Grayscale: #757575. Windows color (decimal): -5740993 or 4155048. OLE color: 4155048.

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

Color convert

RGB 168 102 63 -
CMYK 0 0.39 0.63 0.34
HSL 22.29º 0.45% 0.45% -
HSV(B) 22.29º 0.63% 0.66% -
XYZ 21.8 18.19 7.06 -
YUV 117.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 168 102 63 0 0.39 0.63 0.34 22.29 0.45 0.45
Hex A8 66 3F 0 27 3F 22 16 2D 2D
Octal 250 146 77 0 47 77 42 26 55 55
Binary 10101000 1100110 111111 0 100111 111111 100010 10110 101101 101101

Color Harmonies of #A8663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8663F

Black with #A8663F

Text Example


Text Example

White with #A8663F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8663F; }

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

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

background-color css

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

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

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

border-color css

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

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

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