Html Css Color HEX #AF6242 Tuscany

📋 copy color: '#AF6242'

red 175 ◦ green 98 ◦ blue 66

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

Shades of Tuscany #AF6242

Tints of Tuscany #AF6242

RGB

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

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

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

R = 51.62%
G = 28.91%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6242 (or 0xAF6242) is known color: Tuscany. HEX triplet: AF, 62 and 42. RGB value is (175,98,66). Sum of RGB (Red+Green+Blue) = 175+98+66=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 66 (26.17% from 255 or 19.47% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6242 is #509DBD. Grayscale: #757575. Windows color (decimal): -5283262 or 4350639. OLE color: 4350639.

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

Color convert

RGB 175 98 66 -
CMYK 0 0.44 0.62 0.31
HSL 17.61º 0.45% 0.47% -
HSV(B) 17.61º 0.62% 0.69% -
XYZ 23.03 18.24 7.46 -
YUV 117.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 175 98 66 0 0.44 0.62 0.31 17.61 0.45 0.47
Hex AF 62 42 0 2C 3E 1F 12 2D 2F
Octal 257 142 102 0 54 76 37 22 55 57
Binary 10101111 1100010 1000010 0 101100 111110 11111 10010 101101 101111

Color Harmonies of #AF6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6242

Black with #AF6242

Text Example


Text Example

White with #AF6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6242; }

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

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

background-color css

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

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

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

border-color css

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

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

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