Html Css Color HEX #A8623F Tuscany

📋 copy color: '#A8623F'

red 168 ◦ green 98 ◦ blue 63

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

Shades of Tuscany #A8623F

Tints of Tuscany #A8623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 51.06%
G = 29.79%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8623F (or 0xA8623F) is known color: Tuscany. HEX triplet: A8, 62 and 3F. RGB value is (168,98,63). Sum of RGB (Red+Green+Blue) = 168+98+63=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8623F is #579DC0. Grayscale: #737373. Windows color (decimal): -5742017 or 4154024. OLE color: 4154024.

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

Color convert

RGB 168 98 63 -
CMYK 0 0.42 0.63 0.34
HSL 20º 0.45% 0.45% -
HSV(B) 20º 0.63% 0.66% -
XYZ 21.41 17.42 6.94 -
YUV 114.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 168 98 63 0 0.42 0.63 0.34 20 0.45 0.45
Hex A8 62 3F 0 2A 3F 22 14 2D 2D
Octal 250 142 77 0 52 77 42 24 55 55
Binary 10101000 1100010 111111 0 101010 111111 100010 10100 101101 101101

Color Harmonies of #A8623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8623F

Black with #A8623F

Text Example


Text Example

White with #A8623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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