Html Css Color HEX #AF633C Tuscany

📋 copy color: '#AF633C'

red 175 ◦ green 99 ◦ blue 60

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

Shades of Tuscany #AF633C

Tints of Tuscany #AF633C

RGB

 RED value IS 175 (68.75% from 255) = 52.4%

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

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

R = 52.4%
G = 29.64%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF633C (or 0xAF633C) is known color: Tuscany. HEX triplet: AF, 63 and 3C. RGB value is (175,99,60). Sum of RGB (Red+Green+Blue) = 175+99+60=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF633C is #509CC3. Grayscale: #757575. Windows color (decimal): -5283012 or 3957679. OLE color: 3957679.

HSL color Cylindrical-coordinate representation of color #AF633C: hue angle of 20.35º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF633C is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 99 60 -
CMYK 0 0.43 0.66 0.31
HSL 20.35º 0.49% 0.46% -
HSV(B) 20.35º 0.66% 0.69% -
XYZ 22.96 18.36 6.61 -
YUV 117.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 175 99 60 0 0.43 0.66 0.31 20.35 0.49 0.46
Hex AF 63 3C 0 2B 42 1F 14 31 2E
Octal 257 143 74 0 53 102 37 24 61 56
Binary 10101111 1100011 111100 0 101011 1000010 11111 10100 110001 101110

Color Harmonies of #AF633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF633C

Black with #AF633C

Text Example


Text Example

White with #AF633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF633C; }

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

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

background-color css

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

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

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

border-color css

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

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

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