Html Css Color HEX #AF6651 Sante Fe

📋 copy color: '#AF6651'

red 175 ◦ green 102 ◦ blue 81

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

Shades of Sante Fe #AF6651

Tints of Sante Fe #AF6651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 48.88%
G = 28.49%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6651 (or 0xAF6651) is known color: Sante Fe. HEX triplet: AF, 66 and 51. RGB value is (175,102,81). Sum of RGB (Red+Green+Blue) = 175+102+81=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6651 is #5099AE. Grayscale: #797979. Windows color (decimal): -5282223 or 5334703. OLE color: 5334703.

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

Color convert

RGB 175 102 81 -
CMYK 0 0.42 0.54 0.31
HSL 13.4º 0.37% 0.5% -
HSV(B) 13.4º 0.54% 0.69% -
XYZ 23.92 19.21 10.23 -
YUV 121.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 175 102 81 0 0.42 0.54 0.31 13.4 0.37 0.5
Hex AF 66 51 0 2A 36 1F D 25 32
Octal 257 146 121 0 52 66 37 15 45 62
Binary 10101111 1100110 1010001 0 101010 110110 11111 1101 100101 110010

Color Harmonies of #AF6651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6651

Black with #AF6651

Text Example


Text Example

White with #AF6651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6651; }

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

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

background-color css

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

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

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

border-color css

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

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

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