Html Css Color HEX #AF6D59 Sante Fe

📋 copy color: '#AF6D59'

red 175 ◦ green 109 ◦ blue 89

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

Shades of Sante Fe #AF6D59

Tints of Sante Fe #AF6D59

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.22%

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

R = 46.92%
G = 29.22%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF6D59 (or 0xAF6D59) is known color: Sante Fe. HEX triplet: AF, 6D and 59. RGB value is (175,109,89). Sum of RGB (Red+Green+Blue) = 175+109+89=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D59 is #5092A6. Grayscale: #7E7E7E. Windows color (decimal): -5280423 or 5860783. OLE color: 5860783.

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

Color convert

RGB 175 109 89 -
CMYK 0 0.38 0.49 0.31
HSL 13.95º 0.35% 0.52% -
HSV(B) 13.95º 0.49% 0.69% -
XYZ 24.95 20.77 12.15 -
YUV 126.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 175 109 89 0 0.38 0.49 0.31 13.95 0.35 0.52
Hex AF 6D 59 0 26 31 1F E 23 34
Octal 257 155 131 0 46 61 37 16 43 64
Binary 10101111 1101101 1011001 0 100110 110001 11111 1110 100011 110100

Color Harmonies of #AF6D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D59

Black with #AF6D59

Text Example


Text Example

White with #AF6D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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