Html Css Color HEX #AF604C Tuscany

📋 copy color: '#AF604C'

red 175 ◦ green 96 ◦ blue 76

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

Shades of Tuscany #AF604C

Tints of Tuscany #AF604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 50.43%
G = 27.67%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF604C (or 0xAF604C) is known color: Tuscany. HEX triplet: AF, 60 and 4C. RGB value is (175,96,76). Sum of RGB (Red+Green+Blue) = 175+96+76=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF604C is #509FB3. Grayscale: #757575. Windows color (decimal): -5283764 or 5005487. OLE color: 5005487.

HSL color Cylindrical-coordinate representation of color #AF604C: hue angle of 12.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF604C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 76 -
CMYK 0 0.45 0.57 0.31
HSL 12.12º 0.39% 0.49% -
HSV(B) 12.12º 0.57% 0.69% -
XYZ 23.17 18 9.09 -
YUV 117.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 175 96 76 0 0.45 0.57 0.31 12.12 0.39 0.49
Hex AF 60 4C 0 2D 39 1F C 27 31
Octal 257 140 114 0 55 71 37 14 47 61
Binary 10101111 1100000 1001100 0 101101 111001 11111 1100 100111 110001

Color Harmonies of #AF604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF604C

Black with #AF604C

Text Example


Text Example

White with #AF604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF604C; }

 p { color: rgb(175,96,76); }

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

background-color css

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

 a { background-color: rgb(175,96,76); }

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

border-color css

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

 span { border-color: rgb(175,96,76); }

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