Html Css Color HEX #AF6139 Tuscany

📋 copy color: '#AF6139'

red 175 ◦ green 97 ◦ blue 57

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

Shades of Tuscany #AF6139

Tints of Tuscany #AF6139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 53.19%
G = 29.48%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF6139 (or 0xAF6139) is known color: Tuscany. HEX triplet: AF, 61 and 39. RGB value is (175,97,57). Sum of RGB (Red+Green+Blue) = 175+97+57=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6139 is #509EC6. Grayscale: #737373. Windows color (decimal): -5283527 or 3760559. OLE color: 3760559.

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

Color convert

RGB 175 97 57 -
CMYK 0 0.45 0.67 0.31
HSL 20.34º 0.51% 0.45% -
HSV(B) 20.34º 0.67% 0.69% -
XYZ 22.69 17.96 6.14 -
YUV 115.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 175 97 57 0 0.45 0.67 0.31 20.34 0.51 0.45
Hex AF 61 39 0 2D 43 1F 14 33 2D
Octal 257 141 71 0 55 103 37 24 63 55
Binary 10101111 1100001 111001 0 101101 1000011 11111 10100 110011 101101

Color Harmonies of #AF6139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6139

Black with #AF6139

Text Example


Text Example

White with #AF6139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6139; }

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

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

background-color css

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

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

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

border-color css

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

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

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