Html Css Color HEX #AF5D3A Tuscany

📋 copy color: '#AF5D3A'

red 175 ◦ green 93 ◦ blue 58

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

Shades of Tuscany #AF5D3A

Tints of Tuscany #AF5D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 53.68%
G = 28.53%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF5D3A (or 0xAF5D3A) is known color: Tuscany. HEX triplet: AF, 5D and 3A. RGB value is (175,93,58). Sum of RGB (Red+Green+Blue) = 175+93+58=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5D3A is #50A2C5. Grayscale: #717171. Windows color (decimal): -5284550 or 3825071. OLE color: 3825071.

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

Color convert

RGB 175 93 58 -
CMYK 0 0.47 0.67 0.31
HSL 17.95º 0.5% 0.46% -
HSV(B) 17.95º 0.67% 0.69% -
XYZ 22.36 17.25 6.15 -
YUV 113.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 175 93 58 0 0.47 0.67 0.31 17.95 0.5 0.46
Hex AF 5D 3A 0 2F 43 1F 12 32 2E
Octal 257 135 72 0 57 103 37 22 62 56
Binary 10101111 1011101 111010 0 101111 1000011 11111 10010 110010 101110

Color Harmonies of #AF5D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D3A

Black with #AF5D3A

Text Example


Text Example

White with #AF5D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D3A; }

 p { color: rgb(175,93,58); }

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

background-color css

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

 a { background-color: rgb(175,93,58); }

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

border-color css

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

 span { border-color: rgb(175,93,58); }

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