Html Css Color HEX #AF5C3E Tuscany

📋 copy color: '#AF5C3E'

red 175 ◦ green 92 ◦ blue 62

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

Shades of Tuscany #AF5C3E

Tints of Tuscany #AF5C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 53.19%
G = 27.96%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF5C3E (or 0xAF5C3E) is known color: Tuscany. HEX triplet: AF, 5C and 3E. RGB value is (175,92,62). Sum of RGB (Red+Green+Blue) = 175+92+62=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5C3E is #50A3C1. Grayscale: #717171. Windows color (decimal): -5284802 or 4086959. OLE color: 4086959.

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

Color convert

RGB 175 92 62 -
CMYK 0 0.47 0.65 0.31
HSL 15.93º 0.48% 0.46% -
HSV(B) 15.93º 0.65% 0.69% -
XYZ 22.38 17.12 6.68 -
YUV 113.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 175 92 62 0 0.47 0.65 0.31 15.93 0.48 0.46
Hex AF 5C 3E 0 2F 41 1F 10 30 2E
Octal 257 134 76 0 57 101 37 20 60 56
Binary 10101111 1011100 111110 0 101111 1000001 11111 10000 110000 101110

Color Harmonies of #AF5C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5C3E

Black with #AF5C3E

Text Example


Text Example

White with #AF5C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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