Html Css Color HEX #AF6045 Tuscany

📋 copy color: '#AF6045'

red 175 ◦ green 96 ◦ blue 69

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

Shades of Tuscany #AF6045

Tints of Tuscany #AF6045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

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

R = 51.47%
G = 28.24%
B = 20.29%

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

#AF6045 (or 0xAF6045) is known color: Tuscany. HEX triplet: AF, 60 and 45. RGB value is (175,96,69). Sum of RGB (Red+Green+Blue) = 175+96+69=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6045 is #509FBA. Grayscale: #747474. Windows color (decimal): -5283771 or 4546735. OLE color: 4546735.

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

Color convert

RGB 175 96 69 -
CMYK 0 0.45 0.61 0.31
HSL 15.28º 0.43% 0.48% -
HSV(B) 15.28º 0.61% 0.69% -
XYZ 22.94 17.91 7.88 -
YUV 116.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 175 96 69 0 0.45 0.61 0.31 15.28 0.43 0.48
Hex AF 60 45 0 2D 3D 1F F 2B 30
Octal 257 140 105 0 55 75 37 17 53 60
Binary 10101111 1100000 1000101 0 101101 111101 11111 1111 101011 110000

Color Harmonies of #AF6045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6045

Black with #AF6045

Text Example


Text Example

White with #AF6045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6045; }

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

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

background-color css

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

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

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

border-color css

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

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

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