Html Css Color HEX #AF6642 Tuscany

📋 copy color: '#AF6642'

red 175 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #AF6642

Tints of Tuscany #AF6642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 51.02%
G = 29.74%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6642 (or 0xAF6642) is known color: Tuscany. HEX triplet: AF, 66 and 42. RGB value is (175,102,66). Sum of RGB (Red+Green+Blue) = 175+102+66=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6642 is #5099BD. Grayscale: #777777. Windows color (decimal): -5282238 or 4351663. OLE color: 4351663.

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

Color convert

RGB 175 102 66 -
CMYK 0 0.42 0.62 0.31
HSL 19.82º 0.45% 0.47% -
HSV(B) 19.82º 0.62% 0.69% -
XYZ 23.41 19.01 7.59 -
YUV 119.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 175 102 66 0 0.42 0.62 0.31 19.82 0.45 0.47
Hex AF 66 42 0 2A 3E 1F 14 2D 2F
Octal 257 146 102 0 52 76 37 24 55 57
Binary 10101111 1100110 1000010 0 101010 111110 11111 10100 101101 101111

Color Harmonies of #AF6642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6642

Black with #AF6642

Text Example


Text Example

White with #AF6642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6642; }

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

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

background-color css

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

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

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

border-color css

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

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

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