Html Css Color HEX #AF6042 Tuscany

📋 copy color: '#AF6042'

red 175 ◦ green 96 ◦ blue 66

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

Shades of Tuscany #AF6042

Tints of Tuscany #AF6042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.49%

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

R = 51.93%
G = 28.49%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6042 (or 0xAF6042) is known color: Tuscany. HEX triplet: AF, 60 and 42. RGB value is (175,96,66). Sum of RGB (Red+Green+Blue) = 175+96+66=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6042 is #509FBD. Grayscale: #747474. Windows color (decimal): -5283774 or 4350127. OLE color: 4350127.

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

Color convert

RGB 175 96 66 -
CMYK 0 0.45 0.62 0.31
HSL 16.51º 0.45% 0.47% -
HSV(B) 16.51º 0.62% 0.69% -
XYZ 22.85 17.87 7.4 -
YUV 116.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 175 96 66 0 0.45 0.62 0.31 16.51 0.45 0.47
Hex AF 60 42 0 2D 3E 1F 11 2D 2F
Octal 257 140 102 0 55 76 37 21 55 57
Binary 10101111 1100000 1000010 0 101101 111110 11111 10001 101101 101111

Color Harmonies of #AF6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6042

Black with #AF6042

Text Example


Text Example

White with #AF6042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6042; }

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

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

background-color css

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

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

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

border-color css

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

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

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