Html Css Color HEX #AF6345 Tuscany

📋 copy color: '#AF6345'

red 175 ◦ green 99 ◦ blue 69

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

Shades of Tuscany #AF6345

Tints of Tuscany #AF6345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.12%

R = 51.02%
G = 28.86%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6345 (or 0xAF6345) is known color: Tuscany. HEX triplet: AF, 63 and 45. RGB value is (175,99,69). Sum of RGB (Red+Green+Blue) = 175+99+69=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6345 is #509CBA. Grayscale: #767676. Windows color (decimal): -5283003 or 4547503. OLE color: 4547503.

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

Color convert

RGB 175 99 69 -
CMYK 0 0.43 0.61 0.31
HSL 16.98º 0.43% 0.48% -
HSV(B) 16.98º 0.61% 0.69% -
XYZ 23.22 18.47 7.97 -
YUV 118.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 175 99 69 0 0.43 0.61 0.31 16.98 0.43 0.48
Hex AF 63 45 0 2B 3D 1F 11 2B 30
Octal 257 143 105 0 53 75 37 21 53 60
Binary 10101111 1100011 1000101 0 101011 111101 11111 10001 101011 110000

Color Harmonies of #AF6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6345

Black with #AF6345

Text Example


Text Example

White with #AF6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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