Html Css Color HEX #AF5942 Tuscany

📋 copy color: '#AF5942'

red 175 ◦ green 89 ◦ blue 66

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

Shades of Tuscany #AF5942

Tints of Tuscany #AF5942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.97%

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

R = 53.03%
G = 26.97%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF5942 (or 0xAF5942) is known color: Tuscany. HEX triplet: AF, 59 and 42. RGB value is (175,89,66). Sum of RGB (Red+Green+Blue) = 175+89+66=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5942 is #50A6BD. Grayscale: #707070. Windows color (decimal): -5285566 or 4348335. OLE color: 4348335.

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

Color convert

RGB 175 89 66 -
CMYK 0 0.49 0.62 0.31
HSL 12.66º 0.45% 0.47% -
HSV(B) 12.66º 0.62% 0.69% -
XYZ 22.23 16.65 7.2 -
YUV 112.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 175 89 66 0 0.49 0.62 0.31 12.66 0.45 0.47
Hex AF 59 42 0 31 3E 1F D 2D 2F
Octal 257 131 102 0 61 76 37 15 55 57
Binary 10101111 1011001 1000010 0 110001 111110 11111 1101 101101 101111

Color Harmonies of #AF5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5942

Black with #AF5942

Text Example


Text Example

White with #AF5942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5942; }

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

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

background-color css

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

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

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

border-color css

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

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

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