Html Css Color HEX #AF5A3D Tuscany

📋 copy color: '#AF5A3D'

red 175 ◦ green 90 ◦ blue 61

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

Shades of Tuscany #AF5A3D

Tints of Tuscany #AF5A3D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 53.68%
G = 27.61%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF5A3D (or 0xAF5A3D) is known color: Tuscany. HEX triplet: AF, 5A and 3D. RGB value is (175,90,61). Sum of RGB (Red+Green+Blue) = 175+90+61=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5A3D is #50A5C2. Grayscale: #707070. Windows color (decimal): -5285315 or 4020911. OLE color: 4020911.

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

Color convert

RGB 175 90 61 -
CMYK 0 0.49 0.65 0.31
HSL 15.26º 0.48% 0.46% -
HSV(B) 15.26º 0.65% 0.69% -
XYZ 22.18 16.76 6.48 -
YUV 112.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 175 90 61 0 0.49 0.65 0.31 15.26 0.48 0.46
Hex AF 5A 3D 0 31 41 1F F 30 2E
Octal 257 132 75 0 61 101 37 17 60 56
Binary 10101111 1011010 111101 0 110001 1000001 11111 1111 110000 101110

Color Harmonies of #AF5A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A3D

Black with #AF5A3D

Text Example


Text Example

White with #AF5A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A3D; }

 p { color: rgb(175,90,61); }

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

background-color css

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

 a { background-color: rgb(175,90,61); }

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

border-color css

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

 span { border-color: rgb(175,90,61); }

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