Html Css Color HEX #A8653E Tuscany

📋 copy color: '#A8653E'

red 168 ◦ green 101 ◦ blue 62

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

Shades of Tuscany #A8653E

Tints of Tuscany #A8653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 50.76%
G = 30.51%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8653E (or 0xA8653E) is known color: Tuscany. HEX triplet: A8, 65 and 3E. RGB value is (168,101,62). Sum of RGB (Red+Green+Blue) = 168+101+62=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8653E is #579AC1. Grayscale: #747474. Windows color (decimal): -5741250 or 4089256. OLE color: 4089256.

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

Color convert

RGB 168 101 62 -
CMYK 0 0.40 0.63 0.34
HSL 22.08º 0.46% 0.45% -
HSV(B) 22.08º 0.63% 0.66% -
XYZ 21.67 17.98 6.89 -
YUV 116.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 168 101 62 0 0.40 0.63 0.34 22.08 0.46 0.45
Hex A8 65 3E 0 28 3F 22 16 2E 2D
Octal 250 145 76 0 50 77 42 26 56 55
Binary 10101000 1100101 111110 0 101000 111111 100010 10110 101110 101101

Color Harmonies of #A8653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8653E

Black with #A8653E

Text Example


Text Example

White with #A8653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8653E; }

 p { color: rgb(168,101,62); }

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

background-color css

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

 a { background-color: rgb(168,101,62); }

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

border-color css

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

 span { border-color: rgb(168,101,62); }

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