Html Css Color HEX #AF6540 Tuscany

📋 copy color: '#AF6540'

red 175 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #AF6540

Tints of Tuscany #AF6540

RGB

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

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

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

R = 51.47%
G = 29.71%
B = 18.82%

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

#AF6540 (or 0xAF6540) is known color: Tuscany. HEX triplet: AF, 65 and 40. RGB value is (175,101,64). Sum of RGB (Red+Green+Blue) = 175+101+64=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6540 is #509ABF. Grayscale: #777777. Windows color (decimal): -5282496 or 4220335. OLE color: 4220335.

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

Color convert

RGB 175 101 64 -
CMYK 0 0.42 0.63 0.31
HSL 20º 0.46% 0.47% -
HSV(B) 20º 0.63% 0.69% -
XYZ 23.26 18.79 7.25 -
YUV 118.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 175 101 64 0 0.42 0.63 0.31 20 0.46 0.47
Hex AF 65 40 0 2A 3F 1F 14 2E 2F
Octal 257 145 100 0 52 77 37 24 56 57
Binary 10101111 1100101 1000000 0 101010 111111 11111 10100 101110 101111

Color Harmonies of #AF6540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6540

Black with #AF6540

Text Example


Text Example

White with #AF6540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6540; }

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

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

background-color css

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

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

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

border-color css

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

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

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