Html Css Color HEX #AF654A Tuscany

📋 copy color: '#AF654A'

red 175 ◦ green 101 ◦ blue 74

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

Shades of Tuscany #AF654A

Tints of Tuscany #AF654A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 50%
G = 28.86%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF654A (or 0xAF654A) is known color: Tuscany. HEX triplet: AF, 65 and 4A. RGB value is (175,101,74). Sum of RGB (Red+Green+Blue) = 175+101+74=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF654A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF654A is #509AB5. Grayscale: #787878. Windows color (decimal): -5282486 or 4875695. OLE color: 4875695.

HSL color Cylindrical-coordinate representation of color #AF654A: hue angle of 16.04º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF654A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 101 74 -
CMYK 0 0.42 0.58 0.31
HSL 16.04º 0.41% 0.49% -
HSV(B) 16.04º 0.58% 0.69% -
XYZ 23.57 18.92 8.89 -
YUV 120.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 175 101 74 0 0.42 0.58 0.31 16.04 0.41 0.49
Hex AF 65 4A 0 2A 3A 1F 10 29 31
Octal 257 145 112 0 52 72 37 20 51 61
Binary 10101111 1100101 1001010 0 101010 111010 11111 10000 101001 110001

Color Harmonies of #AF654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF654A

Black with #AF654A

Text Example


Text Example

White with #AF654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF654A; }

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

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

background-color css

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

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

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

border-color css

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

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

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