Html Css Color HEX #AF6248 Tuscany

📋 copy color: '#AF6248'

red 175 ◦ green 98 ◦ blue 72

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

Shades of Tuscany #AF6248

Tints of Tuscany #AF6248

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 50.72%
G = 28.41%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6248 (or 0xAF6248) is known color: Tuscany. HEX triplet: AF, 62 and 48. RGB value is (175,98,72). Sum of RGB (Red+Green+Blue) = 175+98+72=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6248 is #509DB7. Grayscale: #767676. Windows color (decimal): -5283256 or 4743855. OLE color: 4743855.

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

Color convert

RGB 175 98 72 -
CMYK 0 0.44 0.59 0.31
HSL 15.15º 0.42% 0.48% -
HSV(B) 15.15º 0.59% 0.69% -
XYZ 23.22 18.32 8.44 -
YUV 118.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 175 98 72 0 0.44 0.59 0.31 15.15 0.42 0.48
Hex AF 62 48 0 2C 3B 1F F 2A 30
Octal 257 142 110 0 54 73 37 17 52 60
Binary 10101111 1100010 1001000 0 101100 111011 11111 1111 101010 110000

Color Harmonies of #AF6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6248

Black with #AF6248

Text Example


Text Example

White with #AF6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6248; }

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

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

background-color css

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

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

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

border-color css

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

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

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