Html Css Color HEX #AF7759 Sante Fe

📋 copy color: '#AF7759'

red 175 ◦ green 119 ◦ blue 89

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

Shades of Sante Fe #AF7759

Tints of Sante Fe #AF7759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 45.69%
G = 31.07%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF7759 (or 0xAF7759) is known color: Sante Fe. HEX triplet: AF, 77 and 59. RGB value is (175,119,89). Sum of RGB (Red+Green+Blue) = 175+119+89=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7759 is #5088A6. Grayscale: #848484. Windows color (decimal): -5277863 or 5863343. OLE color: 5863343.

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

Color convert

RGB 175 119 89 -
CMYK 0 0.32 0.49 0.31
HSL 20.93º 0.35% 0.52% -
HSV(B) 20.93º 0.49% 0.69% -
XYZ 26.08 23.03 12.52 -
YUV 132.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 175 119 89 0 0.32 0.49 0.31 20.93 0.35 0.52
Hex AF 77 59 0 20 31 1F 15 23 34
Octal 257 167 131 0 40 61 37 25 43 64
Binary 10101111 1110111 1011001 0 100000 110001 11111 10101 100011 110100

Color Harmonies of #AF7759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7759

Black with #AF7759

Text Example


Text Example

White with #AF7759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7759; }

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

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

background-color css

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

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

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

border-color css

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

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

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