Html Css Color HEX #AF664C Sante Fe

📋 copy color: '#AF664C'

red 175 ◦ green 102 ◦ blue 76

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

Shades of Sante Fe #AF664C

Tints of Sante Fe #AF664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 49.58%
G = 28.9%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF664C (or 0xAF664C) is known color: Sante Fe. HEX triplet: AF, 66 and 4C. RGB value is (175,102,76). Sum of RGB (Red+Green+Blue) = 175+102+76=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF664C is #5099B3. Grayscale: #797979. Windows color (decimal): -5282228 or 5007023. OLE color: 5007023.

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

Color convert

RGB 175 102 76 -
CMYK 0 0.42 0.57 0.31
HSL 15.76º 0.39% 0.49% -
HSV(B) 15.76º 0.57% 0.69% -
XYZ 23.74 19.14 9.28 -
YUV 120.86 102.68 166.61 -
System Red Green Blue C M Y K H S L
Decimal 175 102 76 0 0.42 0.57 0.31 15.76 0.39 0.49
Hex AF 66 4C 0 2A 39 1F 10 27 31
Octal 257 146 114 0 52 71 37 20 47 61
Binary 10101111 1100110 1001100 0 101010 111001 11111 10000 100111 110001

Color Harmonies of #AF664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF664C

Black with #AF664C

Text Example


Text Example

White with #AF664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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