Html Css Color HEX #AF6241 Tuscany

📋 copy color: '#AF6241'

red 175 ◦ green 98 ◦ blue 65

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

Shades of Tuscany #AF6241

Tints of Tuscany #AF6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 51.78%
G = 28.99%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6241 (or 0xAF6241) is known color: Tuscany. HEX triplet: AF, 62 and 41. RGB value is (175,98,65). Sum of RGB (Red+Green+Blue) = 175+98+65=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6241 is #509DBE. Grayscale: #757575. Windows color (decimal): -5283263 or 4285103. OLE color: 4285103.

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

Color convert

RGB 175 98 65 -
CMYK 0 0.44 0.63 0.31
HSL 18º 0.46% 0.47% -
HSV(B) 18º 0.63% 0.69% -
XYZ 23 18.23 7.31 -
YUV 117.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 175 98 65 0 0.44 0.63 0.31 18 0.46 0.47
Hex AF 62 41 0 2C 3F 1F 12 2E 2F
Octal 257 142 101 0 54 77 37 22 56 57
Binary 10101111 1100010 1000001 0 101100 111111 11111 10010 101110 101111

Color Harmonies of #AF6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6241

Black with #AF6241

Text Example


Text Example

White with #AF6241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6241; }

 p { color: rgb(175,98,65); }

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

background-color css

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

 a { background-color: rgb(175,98,65); }

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

border-color css

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

 span { border-color: rgb(175,98,65); }

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