Html Css Color HEX #AF6440 Tuscany

📋 copy color: '#AF6440'

red 175 ◦ green 100 ◦ blue 64

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

Shades of Tuscany #AF6440

Tints of Tuscany #AF6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 51.62%
G = 29.5%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6440 (or 0xAF6440) is known color: Tuscany. HEX triplet: AF, 64 and 40. RGB value is (175,100,64). Sum of RGB (Red+Green+Blue) = 175+100+64=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6440 is #509BBF. Grayscale: #767676. Windows color (decimal): -5282752 or 4220079. OLE color: 4220079.

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

Color convert

RGB 175 100 64 -
CMYK 0 0.43 0.63 0.31
HSL 19.46º 0.46% 0.47% -
HSV(B) 19.46º 0.63% 0.69% -
XYZ 23.16 18.6 7.22 -
YUV 118.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 175 100 64 0 0.43 0.63 0.31 19.46 0.46 0.47
Hex AF 64 40 0 2B 3F 1F 13 2E 2F
Octal 257 144 100 0 53 77 37 23 56 57
Binary 10101111 1100100 1000000 0 101011 111111 11111 10011 101110 101111

Color Harmonies of #AF6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6440

Black with #AF6440

Text Example


Text Example

White with #AF6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6440; }

 p { color: rgb(175,100,64); }

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

background-color css

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

 a { background-color: rgb(175,100,64); }

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

border-color css

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

 span { border-color: rgb(175,100,64); }

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