Html Css Color HEX #AF614C Tuscany

📋 copy color: '#AF614C'

red 175 ◦ green 97 ◦ blue 76

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

Shades of Tuscany #AF614C

Tints of Tuscany #AF614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 50.29%
G = 27.87%
B = 21.84%

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

#AF614C (or 0xAF614C) is known color: Tuscany. HEX triplet: AF, 61 and 4C. RGB value is (175,97,76). Sum of RGB (Red+Green+Blue) = 175+97+76=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF614C is #509EB3. Grayscale: #767676. Windows color (decimal): -5283508 or 5005743. OLE color: 5005743.

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

Color convert

RGB 175 97 76 -
CMYK 0 0.45 0.57 0.31
HSL 12.73º 0.39% 0.49% -
HSV(B) 12.73º 0.57% 0.69% -
XYZ 23.26 18.19 9.12 -
YUV 117.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 175 97 76 0 0.45 0.57 0.31 12.73 0.39 0.49
Hex AF 61 4C 0 2D 39 1F D 27 31
Octal 257 141 114 0 55 71 37 15 47 61
Binary 10101111 1100001 1001100 0 101101 111001 11111 1101 100111 110001

Color Harmonies of #AF614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF614C

Black with #AF614C

Text Example


Text Example

White with #AF614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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