Html Css Color HEX #AF613C Tuscany

📋 copy color: '#AF613C'

red 175 ◦ green 97 ◦ blue 60

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

Shades of Tuscany #AF613C

Tints of Tuscany #AF613C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 52.71%
G = 29.22%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF613C (or 0xAF613C) is known color: Tuscany. HEX triplet: AF, 61 and 3C. RGB value is (175,97,60). Sum of RGB (Red+Green+Blue) = 175+97+60=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF613C is #509EC3. Grayscale: #747474. Windows color (decimal): -5283524 or 3957167. OLE color: 3957167.

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

Color convert

RGB 175 97 60 -
CMYK 0 0.45 0.66 0.31
HSL 19.3º 0.49% 0.46% -
HSV(B) 19.3º 0.66% 0.69% -
XYZ 22.77 17.99 6.55 -
YUV 116.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 175 97 60 0 0.45 0.66 0.31 19.3 0.49 0.46
Hex AF 61 3C 0 2D 42 1F 13 31 2E
Octal 257 141 74 0 55 102 37 23 61 56
Binary 10101111 1100001 111100 0 101101 1000010 11111 10011 110001 101110

Color Harmonies of #AF613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF613C

Black with #AF613C

Text Example


Text Example

White with #AF613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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