Html Css Color HEX #AF6748 Tuscany

📋 copy color: '#AF6748'

red 175 ◦ green 103 ◦ blue 72

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

Shades of Tuscany #AF6748

Tints of Tuscany #AF6748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

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

R = 50%
G = 29.43%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6748 (or 0xAF6748) is known color: Tuscany. HEX triplet: AF, 67 and 48. RGB value is (175,103,72). Sum of RGB (Red+Green+Blue) = 175+103+72=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6748 is #5098B7. Grayscale: #797979. Windows color (decimal): -5281976 or 4745135. OLE color: 4745135.

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

Color convert

RGB 175 103 72 -
CMYK 0 0.41 0.59 0.31
HSL 18.06º 0.42% 0.48% -
HSV(B) 18.06º 0.59% 0.69% -
XYZ 23.7 19.28 8.6 -
YUV 120.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 175 103 72 0 0.41 0.59 0.31 18.06 0.42 0.48
Hex AF 67 48 0 29 3B 1F 12 2A 30
Octal 257 147 110 0 51 73 37 22 52 60
Binary 10101111 1100111 1001000 0 101001 111011 11111 10010 101010 110000

Color Harmonies of #AF6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6748

Black with #AF6748

Text Example


Text Example

White with #AF6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6748; }

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

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

background-color css

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

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

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

border-color css

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

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

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