Html Css Color HEX #AF6144 Tuscany

📋 copy color: '#AF6144'

red 175 ◦ green 97 ◦ blue 68

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

Shades of Tuscany #AF6144

Tints of Tuscany #AF6144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 51.47%
G = 28.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6144 (or 0xAF6144) is known color: Tuscany. HEX triplet: AF, 61 and 44. RGB value is (175,97,68). Sum of RGB (Red+Green+Blue) = 175+97+68=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6144 is #509EBB. Grayscale: #757575. Windows color (decimal): -5283516 or 4481455. OLE color: 4481455.

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

Color convert

RGB 175 97 68 -
CMYK 0 0.45 0.61 0.31
HSL 16.26º 0.44% 0.48% -
HSV(B) 16.26º 0.61% 0.69% -
XYZ 23 18.08 7.75 -
YUV 117.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 175 97 68 0 0.45 0.61 0.31 16.26 0.44 0.48
Hex AF 61 44 0 2D 3D 1F 10 2C 30
Octal 257 141 104 0 55 75 37 20 54 60
Binary 10101111 1100001 1000100 0 101101 111101 11111 10000 101100 110000

Color Harmonies of #AF6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6144

Black with #AF6144

Text Example


Text Example

White with #AF6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6144; }

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

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

background-color css

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

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

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

border-color css

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

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

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