Html Css Color HEX #AF613B Tuscany

📋 copy color: '#AF613B'

red 175 ◦ green 97 ◦ blue 59

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

Shades of Tuscany #AF613B

Tints of Tuscany #AF613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.82%

R = 52.87%
G = 29.31%
B = 17.82%

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

#AF613B (or 0xAF613B) is known color: Tuscany. HEX triplet: AF, 61 and 3B. RGB value is (175,97,59). Sum of RGB (Red+Green+Blue) = 175+97+59=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 59 (23.44% from 255 or 17.82% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF613B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF613B is #509EC4. Grayscale: #747474. Windows color (decimal): -5283525 or 3891631. OLE color: 3891631.

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

Color convert

RGB 175 97 59 -
CMYK 0 0.45 0.66 0.31
HSL 19.66º 0.5% 0.46% -
HSV(B) 19.66º 0.66% 0.69% -
XYZ 22.74 17.98 6.41 -
YUV 115.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 175 97 59 0 0.45 0.66 0.31 19.66 0.5 0.46
Hex AF 61 3B 0 2D 42 1F 14 32 2E
Octal 257 141 73 0 55 102 37 24 62 56
Binary 10101111 1100001 111011 0 101101 1000010 11111 10100 110010 101110

Color Harmonies of #AF613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF613B

Black with #AF613B

Text Example


Text Example

White with #AF613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF613B; }

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

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

background-color css

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

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

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

border-color css

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

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

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