Html Css Color HEX #AF6542 Tuscany

📋 copy color: '#AF6542'

red 175 ◦ green 101 ◦ blue 66

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

Shades of Tuscany #AF6542

Tints of Tuscany #AF6542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 51.17%
G = 29.53%
B = 19.3%

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

#AF6542 (or 0xAF6542) is known color: Tuscany. HEX triplet: AF, 65 and 42. RGB value is (175,101,66). Sum of RGB (Red+Green+Blue) = 175+101+66=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6542 is #509ABD. Grayscale: #777777. Windows color (decimal): -5282494 or 4351407. OLE color: 4351407.

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

Color convert

RGB 175 101 66 -
CMYK 0 0.42 0.62 0.31
HSL 19.27º 0.45% 0.47% -
HSV(B) 19.27º 0.62% 0.69% -
XYZ 23.32 18.81 7.56 -
YUV 119.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 175 101 66 0 0.42 0.62 0.31 19.27 0.45 0.47
Hex AF 65 42 0 2A 3E 1F 13 2D 2F
Octal 257 145 102 0 52 76 37 23 55 57
Binary 10101111 1100101 1000010 0 101010 111110 11111 10011 101101 101111

Color Harmonies of #AF6542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6542

Black with #AF6542

Text Example


Text Example

White with #AF6542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6542; }

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

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

background-color css

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

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

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

border-color css

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

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

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