Html Css Color HEX #AF613E Tuscany

📋 copy color: '#AF613E'

red 175 ◦ green 97 ◦ blue 62

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

Shades of Tuscany #AF613E

Tints of Tuscany #AF613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 52.4%
G = 29.04%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF613E (or 0xAF613E) is known color: Tuscany. HEX triplet: AF, 61 and 3E. RGB value is (175,97,62). Sum of RGB (Red+Green+Blue) = 175+97+62=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF613E is #509EC1. Grayscale: #747474. Windows color (decimal): -5283522 or 4088239. OLE color: 4088239.

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

Color convert

RGB 175 97 62 -
CMYK 0 0.45 0.65 0.31
HSL 18.58º 0.48% 0.46% -
HSV(B) 18.58º 0.65% 0.69% -
XYZ 22.82 18.01 6.83 -
YUV 116.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 175 97 62 0 0.45 0.65 0.31 18.58 0.48 0.46
Hex AF 61 3E 0 2D 41 1F 13 30 2E
Octal 257 141 76 0 55 101 37 23 60 56
Binary 10101111 1100001 111110 0 101101 1000001 11111 10011 110000 101110

Color Harmonies of #AF613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF613E

Black with #AF613E

Text Example


Text Example

White with #AF613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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