Html Css Color HEX #AF624C Tuscany

📋 copy color: '#AF624C'

red 175 ◦ green 98 ◦ blue 76

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

Shades of Tuscany #AF624C

Tints of Tuscany #AF624C

RGB

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

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

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

R = 50.14%
G = 28.08%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF624C (or 0xAF624C) is known color: Tuscany. HEX triplet: AF, 62 and 4C. RGB value is (175,98,76). Sum of RGB (Red+Green+Blue) = 175+98+76=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF624C is #509DB3. Grayscale: #767676. Windows color (decimal): -5283252 or 5005999. OLE color: 5005999.

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

Color convert

RGB 175 98 76 -
CMYK 0 0.44 0.57 0.31
HSL 13.33º 0.39% 0.49% -
HSV(B) 13.33º 0.57% 0.69% -
XYZ 23.35 18.37 9.15 -
YUV 118.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 175 98 76 0 0.44 0.57 0.31 13.33 0.39 0.49
Hex AF 62 4C 0 2C 39 1F D 27 31
Octal 257 142 114 0 54 71 37 15 47 61
Binary 10101111 1100010 1001100 0 101100 111001 11111 1101 100111 110001

Color Harmonies of #AF624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF624C

Black with #AF624C

Text Example


Text Example

White with #AF624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF624C; }

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

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

background-color css

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

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

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

border-color css

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

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

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