Html Css Color HEX #AF6759 Sante Fe

📋 copy color: '#AF6759'

red 175 ◦ green 103 ◦ blue 89

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

Shades of Sante Fe #AF6759

Tints of Sante Fe #AF6759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

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

R = 47.68%
G = 28.07%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF6759 (or 0xAF6759) is known color: Sante Fe. HEX triplet: AF, 67 and 59. RGB value is (175,103,89). Sum of RGB (Red+Green+Blue) = 175+103+89=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6759 is #5098A6. Grayscale: #7B7B7B. Windows color (decimal): -5281959 or 5859247. OLE color: 5859247.

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

Color convert

RGB 175 103 89 -
CMYK 0 0.41 0.49 0.31
HSL 9.77º 0.35% 0.52% -
HSV(B) 9.77º 0.49% 0.69% -
XYZ 24.33 19.54 11.94 -
YUV 122.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 175 103 89 0 0.41 0.49 0.31 9.77 0.35 0.52
Hex AF 67 59 0 29 31 1F A 23 34
Octal 257 147 131 0 51 61 37 12 43 64
Binary 10101111 1100111 1011001 0 101001 110001 11111 1010 100011 110100

Color Harmonies of #AF6759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6759

Black with #AF6759

Text Example


Text Example

White with #AF6759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6759; }

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

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

background-color css

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

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

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

border-color css

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

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

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