Html Css Color HEX #AF6E57 Sante Fe

📋 copy color: '#AF6E57'

red 175 ◦ green 110 ◦ blue 87

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

Shades of Sante Fe #AF6E57

Tints of Sante Fe #AF6E57

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

 BLUE value IS 87 (34.38% from 255) = 23.39%

R = 47.04%
G = 29.57%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6E57 (or 0xAF6E57) is known color: Sante Fe. HEX triplet: AF, 6E and 57. RGB value is (175,110,87). Sum of RGB (Red+Green+Blue) = 175+110+87=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 87 (34.38% from 255 or 23.39% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E57 is #5091A8. Grayscale: #7E7E7E. Windows color (decimal): -5280169 or 5729967. OLE color: 5729967.

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

Color convert

RGB 175 110 87 -
CMYK 0 0.37 0.50 0.31
HSL 15.68º 0.35% 0.51% -
HSV(B) 15.68º 0.5% 0.69% -
XYZ 24.98 20.95 11.74 -
YUV 126.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 175 110 87 0 0.37 0.50 0.31 15.68 0.35 0.51
Hex AF 6E 57 0 25 32 1F 10 23 33
Octal 257 156 127 0 45 62 37 20 43 63
Binary 10101111 1101110 1010111 0 100101 110010 11111 10000 100011 110011

Color Harmonies of #AF6E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E57

Black with #AF6E57

Text Example


Text Example

White with #AF6E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E57; }

 p { color: rgb(175,110,87); }

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

background-color css

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

 a { background-color: rgb(175,110,87); }

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

border-color css

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

 span { border-color: rgb(175,110,87); }

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