Html Css Color HEX #AB653F Tuscany

📋 copy color: '#AB653F'

red 171 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #AB653F

Tints of Tuscany #AB653F

RGB

 RED value IS 171 (67.19% from 255) = 51.04%

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

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

R = 51.04%
G = 30.15%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB653F (or 0xAB653F) is known color: Tuscany. HEX triplet: AB, 65 and 3F. RGB value is (171,101,63). Sum of RGB (Red+Green+Blue) = 171+101+63=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB653F is #549AC0. Grayscale: #757575. Windows color (decimal): -5544641 or 4154795. OLE color: 4154795.

HSL color Cylindrical-coordinate representation of color #AB653F: hue angle of 21.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB653F is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 63 -
CMYK 0 0.41 0.63 0.33
HSL 21.11º 0.46% 0.46% -
HSV(B) 21.11º 0.63% 0.67% -
XYZ 22.35 18.32 7.06 -
YUV 117.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 171 101 63 0 0.41 0.63 0.33 21.11 0.46 0.46
Hex AB 65 3F 0 29 3F 21 15 2E 2E
Octal 253 145 77 0 51 77 41 25 56 56
Binary 10101011 1100101 111111 0 101001 111111 100001 10101 101110 101110

Color Harmonies of #AB653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB653F

Black with #AB653F

Text Example


Text Example

White with #AB653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB653F; }

 p { color: rgb(171,101,63); }

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

background-color css

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

 a { background-color: rgb(171,101,63); }

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

border-color css

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

 span { border-color: rgb(171,101,63); }

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