Html Css Color HEX #AF6343 Tuscany

📋 copy color: '#AF6343'

red 175 ◦ green 99 ◦ blue 67

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

Shades of Tuscany #AF6343

Tints of Tuscany #AF6343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.03%

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

R = 51.32%
G = 29.03%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6343 (or 0xAF6343) is known color: Tuscany. HEX triplet: AF, 63 and 43. RGB value is (175,99,67). Sum of RGB (Red+Green+Blue) = 175+99+67=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6343 is #509CBC. Grayscale: #767676. Windows color (decimal): -5283005 or 4416431. OLE color: 4416431.

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

Color convert

RGB 175 99 67 -
CMYK 0 0.43 0.62 0.31
HSL 17.78º 0.45% 0.47% -
HSV(B) 17.78º 0.62% 0.69% -
XYZ 23.15 18.44 7.65 -
YUV 118.08 99.18 168.6 -
System Red Green Blue C M Y K H S L
Decimal 175 99 67 0 0.43 0.62 0.31 17.78 0.45 0.47
Hex AF 63 43 0 2B 3E 1F 12 2D 2F
Octal 257 143 103 0 53 76 37 22 55 57
Binary 10101111 1100011 1000011 0 101011 111110 11111 10010 101101 101111

Color Harmonies of #AF6343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6343

Black with #AF6343

Text Example


Text Example

White with #AF6343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6343; }

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

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

background-color css

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

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

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

border-color css

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

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

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