Html Css Color HEX #AF653D Tuscany

📋 copy color: '#AF653D'

red 175 ◦ green 101 ◦ blue 61

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

Shades of Tuscany #AF653D

Tints of Tuscany #AF653D

RGB

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

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

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

R = 51.93%
G = 29.97%
B = 18.1%

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

#AF653D (or 0xAF653D) is known color: Tuscany. HEX triplet: AF, 65 and 3D. RGB value is (175,101,61). Sum of RGB (Red+Green+Blue) = 175+101+61=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF653D is #509AC2. Grayscale: #767676. Windows color (decimal): -5282499 or 4023727. OLE color: 4023727.

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

Color convert

RGB 175 101 61 -
CMYK 0 0.42 0.65 0.31
HSL 21.05º 0.48% 0.46% -
HSV(B) 21.05º 0.65% 0.69% -
XYZ 23.18 18.76 6.81 -
YUV 118.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 175 101 61 0 0.42 0.65 0.31 21.05 0.48 0.46
Hex AF 65 3D 0 2A 41 1F 15 30 2E
Octal 257 145 75 0 52 101 37 25 60 56
Binary 10101111 1100101 111101 0 101010 1000001 11111 10101 110000 101110

Color Harmonies of #AF653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF653D

Black with #AF653D

Text Example


Text Example

White with #AF653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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