Html Css Color HEX #AF6548 Tuscany

📋 copy color: '#AF6548'

red 175 ◦ green 101 ◦ blue 72

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

Shades of Tuscany #AF6548

Tints of Tuscany #AF6548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 50.29%
G = 29.02%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6548 (or 0xAF6548) is known color: Tuscany. HEX triplet: AF, 65 and 48. RGB value is (175,101,72). Sum of RGB (Red+Green+Blue) = 175+101+72=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6548 is #509AB7. Grayscale: #787878. Windows color (decimal): -5282488 or 4744623. OLE color: 4744623.

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

Color convert

RGB 175 101 72 -
CMYK 0 0.42 0.59 0.31
HSL 16.89º 0.42% 0.48% -
HSV(B) 16.89º 0.59% 0.69% -
XYZ 23.5 18.89 8.54 -
YUV 119.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 175 101 72 0 0.42 0.59 0.31 16.89 0.42 0.48
Hex AF 65 48 0 2A 3B 1F 11 2A 30
Octal 257 145 110 0 52 73 37 21 52 60
Binary 10101111 1100101 1001000 0 101010 111011 11111 10001 101010 110000

Color Harmonies of #AF6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6548

Black with #AF6548

Text Example


Text Example

White with #AF6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6548; }

 p { color: rgb(175,101,72); }

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

background-color css

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

 a { background-color: rgb(175,101,72); }

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

border-color css

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

 span { border-color: rgb(175,101,72); }

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