Html Css Color HEX #AF6948 Tuscany

📋 copy color: '#AF6948'

red 175 ◦ green 105 ◦ blue 72

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

Shades of Tuscany #AF6948

Tints of Tuscany #AF6948

RGB

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

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

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

R = 49.72%
G = 29.83%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6948 (or 0xAF6948) is known color: Tuscany. HEX triplet: AF, 69 and 48. RGB value is (175,105,72). Sum of RGB (Red+Green+Blue) = 175+105+72=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6948 is #5096B7. Grayscale: #7A7A7A. Windows color (decimal): -5281464 or 4745647. OLE color: 4745647.

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

Color convert

RGB 175 105 72 -
CMYK 0 0.40 0.59 0.31
HSL 19.22º 0.42% 0.48% -
HSV(B) 19.22º 0.59% 0.69% -
XYZ 23.9 19.68 8.67 -
YUV 122.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 175 105 72 0 0.40 0.59 0.31 19.22 0.42 0.48
Hex AF 69 48 0 28 3B 1F 13 2A 30
Octal 257 151 110 0 50 73 37 23 52 60
Binary 10101111 1101001 1001000 0 101000 111011 11111 10011 101010 110000

Color Harmonies of #AF6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6948

Black with #AF6948

Text Example


Text Example

White with #AF6948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6948; }

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

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

background-color css

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

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

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

border-color css

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

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

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