Html Css Color HEX #AF6146 Tuscany

📋 copy color: '#AF6146'

red 175 ◦ green 97 ◦ blue 70

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

Shades of Tuscany #AF6146

Tints of Tuscany #AF6146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 51.17%
G = 28.36%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF6146 (or 0xAF6146) is known color: Tuscany. HEX triplet: AF, 61 and 46. RGB value is (175,97,70). Sum of RGB (Red+Green+Blue) = 175+97+70=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6146 is #509EB9. Grayscale: #757575. Windows color (decimal): -5283514 or 4612527. OLE color: 4612527.

HSL color Cylindrical-coordinate representation of color #AF6146: hue angle of 15.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF6146 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 97 70 -
CMYK 0 0.45 0.60 0.31
HSL 15.43º 0.43% 0.48% -
HSV(B) 15.43º 0.6% 0.69% -
XYZ 23.06 18.11 8.07 -
YUV 117.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 175 97 70 0 0.45 0.60 0.31 15.43 0.43 0.48
Hex AF 61 46 0 2D 3C 1F F 2B 30
Octal 257 141 106 0 55 74 37 17 53 60
Binary 10101111 1100001 1000110 0 101101 111100 11111 1111 101011 110000

Color Harmonies of #AF6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6146

Black with #AF6146

Text Example


Text Example

White with #AF6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6146; }

 p { color: rgb(175,97,70); }

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

background-color css

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

 a { background-color: rgb(175,97,70); }

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

border-color css

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

 span { border-color: rgb(175,97,70); }

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