Html Css Color HEX #AF6857 Sante Fe

📋 copy color: '#AF6857'

red 175 ◦ green 104 ◦ blue 87

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

Shades of Sante Fe #AF6857

Tints of Sante Fe #AF6857

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.42%

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

R = 47.81%
G = 28.42%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6857 (or 0xAF6857) is known color: Sante Fe. HEX triplet: AF, 68 and 57. RGB value is (175,104,87). Sum of RGB (Red+Green+Blue) = 175+104+87=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6857 is #5097A8. Grayscale: #7B7B7B. Windows color (decimal): -5281705 or 5728431. OLE color: 5728431.

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

Color convert

RGB 175 104 87 -
CMYK 0 0.41 0.50 0.31
HSL 11.59º 0.35% 0.51% -
HSV(B) 11.59º 0.5% 0.69% -
XYZ 24.35 19.7 11.54 -
YUV 123.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 175 104 87 0 0.41 0.50 0.31 11.59 0.35 0.51
Hex AF 68 57 0 29 32 1F C 23 33
Octal 257 150 127 0 51 62 37 14 43 63
Binary 10101111 1101000 1010111 0 101001 110010 11111 1100 100011 110011

Color Harmonies of #AF6857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6857

Black with #AF6857

Text Example


Text Example

White with #AF6857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6857; }

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

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

background-color css

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

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

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

border-color css

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

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

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