Html Css Color HEX #AF6945 Tuscany

📋 copy color: '#AF6945'

red 175 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #AF6945

Tints of Tuscany #AF6945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

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

R = 50.14%
G = 30.09%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6945 (or 0xAF6945) is known color: Tuscany. HEX triplet: AF, 69 and 45. RGB value is (175,105,69). Sum of RGB (Red+Green+Blue) = 175+105+69=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6945 is #5096BA. Grayscale: #7A7A7A. Windows color (decimal): -5281467 or 4549039. OLE color: 4549039.

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

Color convert

RGB 175 105 69 -
CMYK 0 0.40 0.61 0.31
HSL 20.38º 0.43% 0.48% -
HSV(B) 20.38º 0.61% 0.69% -
XYZ 23.8 19.65 8.17 -
YUV 121.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 175 105 69 0 0.40 0.61 0.31 20.38 0.43 0.48
Hex AF 69 45 0 28 3D 1F 14 2B 30
Octal 257 151 105 0 50 75 37 24 53 60
Binary 10101111 1101001 1000101 0 101000 111101 11111 10100 101011 110000

Color Harmonies of #AF6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6945

Black with #AF6945

Text Example


Text Example

White with #AF6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6945; }

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

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

background-color css

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

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

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

border-color css

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

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

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