Html Css Color HEX #AF6657 Sante Fe

📋 copy color: '#AF6657'

red 175 ◦ green 102 ◦ blue 87

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

Shades of Sante Fe #AF6657

Tints of Sante Fe #AF6657

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 48.08%
G = 28.02%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF6657 (or 0xAF6657) is known color: Sante Fe. HEX triplet: AF, 66 and 57. RGB value is (175,102,87). Sum of RGB (Red+Green+Blue) = 175+102+87=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6657 is #5099A8. Grayscale: #7A7A7A. Windows color (decimal): -5282217 or 5727919. OLE color: 5727919.

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

Color convert

RGB 175 102 87 -
CMYK 0 0.42 0.50 0.31
HSL 10.23º 0.35% 0.51% -
HSV(B) 10.23º 0.5% 0.69% -
XYZ 24.15 19.3 11.47 -
YUV 122.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 175 102 87 0 0.42 0.50 0.31 10.23 0.35 0.51
Hex AF 66 57 0 2A 32 1F A 23 33
Octal 257 146 127 0 52 62 37 12 43 63
Binary 10101111 1100110 1010111 0 101010 110010 11111 1010 100011 110011

Color Harmonies of #AF6657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6657

Black with #AF6657

Text Example


Text Example

White with #AF6657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6657; }

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

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

background-color css

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

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

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

border-color css

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

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

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