Html Css Color HEX #AF653F Tuscany

📋 copy color: '#AF653F'

red 175 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #AF653F

Tints of Tuscany #AF653F

RGB

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

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

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

R = 51.62%
G = 29.79%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF653F (or 0xAF653F) is known color: Tuscany. HEX triplet: AF, 65 and 3F. RGB value is (175,101,63). Sum of RGB (Red+Green+Blue) = 175+101+63=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF653F is #509AC0. Grayscale: #777777. Windows color (decimal): -5282497 or 4154799. OLE color: 4154799.

HSL color Cylindrical-coordinate representation of color #AF653F: hue angle of 20.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF653F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 63 -
CMYK 0 0.42 0.64 0.31
HSL 20.36º 0.47% 0.47% -
HSV(B) 20.36º 0.64% 0.69% -
XYZ 23.23 18.78 7.1 -
YUV 118.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 175 101 63 0 0.42 0.64 0.31 20.36 0.47 0.47
Hex AF 65 3F 0 2A 40 1F 14 2F 2F
Octal 257 145 77 0 52 100 37 24 57 57
Binary 10101111 1100101 111111 0 101010 1000000 11111 10100 101111 101111

Color Harmonies of #AF653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF653F

Black with #AF653F

Text Example


Text Example

White with #AF653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF653F; }

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

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

background-color css

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

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

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

border-color css

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

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

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