Html Css Color HEX #AF664A Tuscany

📋 copy color: '#AF664A'

red 175 ◦ green 102 ◦ blue 74

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

Shades of Tuscany #AF664A

Tints of Tuscany #AF664A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 49.86%
G = 29.06%
B = 21.08%

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

#AF664A (or 0xAF664A) is known color: Tuscany. HEX triplet: AF, 66 and 4A. RGB value is (175,102,74). Sum of RGB (Red+Green+Blue) = 175+102+74=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF664A is #5099B5. Grayscale: #787878. Windows color (decimal): -5282230 or 4875951. OLE color: 4875951.

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

Color convert

RGB 175 102 74 -
CMYK 0 0.42 0.58 0.31
HSL 16.63º 0.41% 0.49% -
HSV(B) 16.63º 0.58% 0.69% -
XYZ 23.67 19.11 8.92 -
YUV 120.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 175 102 74 0 0.42 0.58 0.31 16.63 0.41 0.49
Hex AF 66 4A 0 2A 3A 1F 11 29 31
Octal 257 146 112 0 52 72 37 21 51 61
Binary 10101111 1100110 1001010 0 101010 111010 11111 10001 101001 110001

Color Harmonies of #AF664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF664A

Black with #AF664A

Text Example


Text Example

White with #AF664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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