Html Css Color HEX #AB633C Tuscany

📋 copy color: '#AB633C'

red 171 ◦ green 99 ◦ blue 60

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

Shades of Tuscany #AB633C

Tints of Tuscany #AB633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 60 (23.83% from 255) = 18.18%

R = 51.82%
G = 30%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB633C (or 0xAB633C) is known color: Tuscany. HEX triplet: AB, 63 and 3C. RGB value is (171,99,60). Sum of RGB (Red+Green+Blue) = 171+99+60=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB633C is #549CC3. Grayscale: #747474. Windows color (decimal): -5545156 or 3957675. OLE color: 3957675.

HSL color Cylindrical-coordinate representation of color #AB633C: hue angle of 21.08º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB633C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 60 -
CMYK 0 0.42 0.65 0.33
HSL 21.08º 0.48% 0.45% -
HSV(B) 21.08º 0.65% 0.67% -
XYZ 22.07 17.91 6.57 -
YUV 116.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 171 99 60 0 0.42 0.65 0.33 21.08 0.48 0.45
Hex AB 63 3C 0 2A 41 21 15 30 2D
Octal 253 143 74 0 52 101 41 25 60 55
Binary 10101011 1100011 111100 0 101010 1000001 100001 10101 110000 101101

Color Harmonies of #AB633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB633C

Black with #AB633C

Text Example


Text Example

White with #AB633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB633C; }

 p { color: rgb(171,99,60); }

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

background-color css

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

 a { background-color: rgb(171,99,60); }

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

border-color css

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

 span { border-color: rgb(171,99,60); }

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