Html Css Color HEX #AF653E Tuscany

📋 copy color: '#AF653E'

red 175 ◦ green 101 ◦ blue 62

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

Shades of Tuscany #AF653E

Tints of Tuscany #AF653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 51.78%
G = 29.88%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF653E (or 0xAF653E) is known color: Tuscany. HEX triplet: AF, 65 and 3E. RGB value is (175,101,62). Sum of RGB (Red+Green+Blue) = 175+101+62=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF653E is #509AC1. Grayscale: #767676. Windows color (decimal): -5282498 or 4089263. OLE color: 4089263.

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

Color convert

RGB 175 101 62 -
CMYK 0 0.42 0.65 0.31
HSL 20.71º 0.48% 0.46% -
HSV(B) 20.71º 0.65% 0.69% -
XYZ 23.2 18.77 6.96 -
YUV 118.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 175 101 62 0 0.42 0.65 0.31 20.71 0.48 0.46
Hex AF 65 3E 0 2A 41 1F 15 30 2E
Octal 257 145 76 0 52 101 37 25 60 56
Binary 10101111 1100101 111110 0 101010 1000001 11111 10101 110000 101110

Color Harmonies of #AF653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF653E

Black with #AF653E

Text Example


Text Example

White with #AF653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF653E; }

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

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

background-color css

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

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

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

border-color css

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

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

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