Html Css Color HEX #AF6659 Sante Fe

📋 copy color: '#AF6659'

red 175 ◦ green 102 ◦ blue 89

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

Shades of Sante Fe #AF6659

Tints of Sante Fe #AF6659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.32%

R = 47.81%
G = 27.87%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF6659 (or 0xAF6659) is known color: Sante Fe. HEX triplet: AF, 66 and 59. RGB value is (175,102,89). Sum of RGB (Red+Green+Blue) = 175+102+89=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6659 is #5099A6. Grayscale: #7A7A7A. Windows color (decimal): -5282215 or 5858991. OLE color: 5858991.

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

Color convert

RGB 175 102 89 -
CMYK 0 0.42 0.49 0.31
HSL 9.07º 0.35% 0.52% -
HSV(B) 9.07º 0.49% 0.69% -
XYZ 24.23 19.34 11.91 -
YUV 122.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 175 102 89 0 0.42 0.49 0.31 9.07 0.35 0.52
Hex AF 66 59 0 2A 31 1F 9 23 34
Octal 257 146 131 0 52 61 37 11 43 64
Binary 10101111 1100110 1011001 0 101010 110001 11111 1001 100011 110100

Color Harmonies of #AF6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6659

Black with #AF6659

Text Example


Text Example

White with #AF6659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6659; }

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

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

background-color css

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

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

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

border-color css

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

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

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