Html Css Color HEX #AF5B3F Tuscany

📋 copy color: '#AF5B3F'

red 175 ◦ green 91 ◦ blue 63

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

Shades of Tuscany #AF5B3F

Tints of Tuscany #AF5B3F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

 BLUE value IS 63 (25% from 255) = 19.15%

R = 53.19%
G = 27.66%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF5B3F (or 0xAF5B3F) is known color: Tuscany. HEX triplet: AF, 5B and 3F. RGB value is (175,91,63). Sum of RGB (Red+Green+Blue) = 175+91+63=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5B3F is #50A4C0. Grayscale: #717171. Windows color (decimal): -5285057 or 4152239. OLE color: 4152239.

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

Color convert

RGB 175 91 63 -
CMYK 0 0.48 0.64 0.31
HSL 15º 0.47% 0.47% -
HSV(B) 15º 0.64% 0.69% -
XYZ 22.32 16.96 6.8 -
YUV 112.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 175 91 63 0 0.48 0.64 0.31 15 0.47 0.47
Hex AF 5B 3F 0 30 40 1F F 2F 2F
Octal 257 133 77 0 60 100 37 17 57 57
Binary 10101111 1011011 111111 0 110000 1000000 11111 1111 101111 101111

Color Harmonies of #AF5B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B3F

Black with #AF5B3F

Text Example


Text Example

White with #AF5B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B3F; }

 p { color: rgb(175,91,63); }

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

background-color css

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

 a { background-color: rgb(175,91,63); }

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

border-color css

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

 span { border-color: rgb(175,91,63); }

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