Html Css Color HEX #AF6143 Tuscany

📋 copy color: '#AF6143'

red 175 ◦ green 97 ◦ blue 67

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

Shades of Tuscany #AF6143

Tints of Tuscany #AF6143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 51.62%
G = 28.61%
B = 19.76%

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

#AF6143 (or 0xAF6143) is known color: Tuscany. HEX triplet: AF, 61 and 43. RGB value is (175,97,67). Sum of RGB (Red+Green+Blue) = 175+97+67=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6143 is #509EBC. Grayscale: #757575. Windows color (decimal): -5283517 or 4415919. OLE color: 4415919.

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

Color convert

RGB 175 97 67 -
CMYK 0 0.45 0.62 0.31
HSL 16.67º 0.45% 0.47% -
HSV(B) 16.67º 0.62% 0.69% -
XYZ 22.97 18.07 7.59 -
YUV 116.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 175 97 67 0 0.45 0.62 0.31 16.67 0.45 0.47
Hex AF 61 43 0 2D 3E 1F 11 2D 2F
Octal 257 141 103 0 55 76 37 21 55 57
Binary 10101111 1100001 1000011 0 101101 111110 11111 10001 101101 101111

Color Harmonies of #AF6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6143

Black with #AF6143

Text Example


Text Example

White with #AF6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6143; }

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

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

background-color css

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

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

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

border-color css

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

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

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