Html Css Color HEX #AF6640 Tuscany

📋 copy color: '#AF6640'

red 175 ◦ green 102 ◦ blue 64

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

Shades of Tuscany #AF6640

Tints of Tuscany #AF6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 51.32%
G = 29.91%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6640 (or 0xAF6640) is known color: Tuscany. HEX triplet: AF, 66 and 40. RGB value is (175,102,64). Sum of RGB (Red+Green+Blue) = 175+102+64=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6640 is #5099BF. Grayscale: #777777. Windows color (decimal): -5282240 or 4220591. OLE color: 4220591.

HSL color Cylindrical-coordinate representation of color #AF6640: hue angle of 20.54º 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 #AF6640 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 102 64 -
CMYK 0 0.42 0.63 0.31
HSL 20.54º 0.46% 0.47% -
HSV(B) 20.54º 0.63% 0.69% -
XYZ 23.36 18.99 7.28 -
YUV 119.5 96.68 167.59 -
System Red Green Blue C M Y K H S L
Decimal 175 102 64 0 0.42 0.63 0.31 20.54 0.46 0.47
Hex AF 66 40 0 2A 3F 1F 15 2E 2F
Octal 257 146 100 0 52 77 37 25 56 57
Binary 10101111 1100110 1000000 0 101010 111111 11111 10101 101110 101111

Color Harmonies of #AF6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6640

Black with #AF6640

Text Example


Text Example

White with #AF6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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